File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ const baseConfig = require('./jest.base.config');
3
3
module . exports = {
4
4
...baseConfig ,
5
5
roots : [ '<rootDir>/src' ] ,
6
- modulePathIgnorePatterns : [ '<rootDir>/projects' ] ,
7
6
moduleNameMapper : {
8
7
'ngx-testing-library' : '<rootDir>/dist/ngx-testing-library' ,
9
8
} ,
Original file line number Diff line number Diff line change 7
7
"build" : " ng build --prod ngx-testing-library" ,
8
8
"postbuild" : " cp ./README.md ./dist/ngx-testing-library" ,
9
9
"pretest" : " npm run build" ,
10
- "test" : " jest --config ./jest. lib.config.js && npm run build && jest --config ./jest. app.config.js " ,
10
+ "test" : " npm run test: lib && npm run build && npm run test: app" ,
11
11
"test:lib" : " jest --config ./jest.lib.config.js" ,
12
12
"test:app" : " jest --config ./jest.app.config.js" ,
13
13
"precommit" : " lint-staged" ,
You can’t perform that action at this time.
0 commit comments