mirror of
https://github.com/MasterAcnolo/Freedom-Loader.git
synced 2026-09-27 20:11:15 +02:00
fix: exclude dist, release and build folder from jest config
This commit is contained in:
@@ -6,4 +6,16 @@ module.exports = {
|
|||||||
"app/**/*.js",
|
"app/**/*.js",
|
||||||
"!app/autoUpdater.js",
|
"!app/autoUpdater.js",
|
||||||
],
|
],
|
||||||
|
|
||||||
|
modulePathIgnorePatterns: [
|
||||||
|
"<rootDir>/dist",
|
||||||
|
"<rootDir>/release",
|
||||||
|
"<rootDir>/build",
|
||||||
|
],
|
||||||
|
|
||||||
|
watchPathIgnorePatterns: [
|
||||||
|
"<rootDir>/dist",
|
||||||
|
"<rootDir>/release",
|
||||||
|
"<rootDir>/build",
|
||||||
|
],
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user