mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-21 17:18:52 +00:00
6 lines
220 B
JavaScript
6 lines
220 B
JavaScript
module.exports = {
|
|
displayName: "webamp-modern-test",
|
|
testRegex: "\\.test\\.(js|ts)$",
|
|
moduleFileExtensions: ["js", "tsx", "ts", "json"],
|
|
testPathIgnorePatterns: ["/node_modules/", "build", "dist", "/temp/"],
|
|
};
|