File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change
1
+ /node_modules /
2
+ dist /
Original file line number Diff line number Diff line change 1
1
module . exports = {
2
2
testEnvironment : 'node' ,
3
- testMatch : [
4
- '<rootDir>/**/*(*.)@(test).[tj]s?(x)'
5
- ] ,
3
+ testMatch : [ '<rootDir>/**/*(*.)@(test).[tj]s?(x)' ] ,
6
4
testPathIgnorePatterns : [
7
5
'/node_modules/' , // default
8
- '<rootDir>/templates/' // don't run tests in the templates
9
- ]
10
- }
6
+ '<rootDir>/templates/' , // don't run tests in the templates
7
+ ] ,
8
+ } ;
Original file line number Diff line number Diff line change 24
24
"prepare" : " tsc -p tsconfig.json" ,
25
25
"build" : " tsc -p tsconfig.json" ,
26
26
"lint" : " yarn build && yarn lint:post-build" ,
27
- "lint:post-build" : " node dist/index.js lint src test --ignore-pattern 'test/e2e/fixtures/lint'" ,
27
+ "lint:post-build" : " node dist/index.js lint ./ --ignore-pattern 'test/e2e/fixtures/lint'" ,
28
28
"test" : " yarn build && yarn test:post-build" ,
29
29
"test:post-build" : " node dist/index.js test" ,
30
30
"start" : " tsc -p tsconfig.json --watch" ,
You can’t perform that action at this time.
0 commit comments