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');
33module . exports = {
44 ...baseConfig ,
55 roots : [ '<rootDir>/src' ] ,
6- modulePathIgnorePatterns : [ '<rootDir>/projects' ] ,
76 moduleNameMapper : {
87 'ngx-testing-library' : '<rootDir>/dist/ngx-testing-library' ,
98 } ,
Original file line number Diff line number Diff line change 77 "build" : " ng build --prod ngx-testing-library" ,
88 "postbuild" : " cp ./README.md ./dist/ngx-testing-library" ,
99 "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" ,
1111 "test:lib" : " jest --config ./jest.lib.config.js" ,
1212 "test:app" : " jest --config ./jest.app.config.js" ,
1313 "precommit" : " lint-staged" ,
You can’t perform that action at this time.
0 commit comments