Skip to content

Commit ff57b4a

Browse files
authoredAug 20, 2020
Merge pull request #916 from tmtron/914_default_jest_config_file_name
feat(@nestjs/swagger): use default name for jest config
2 parents 037e9c9 + 6914b12 commit ff57b4a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎.npmignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sample
44
test
55
e2e
66

7-
jest.json
7+
jest.config.json
88
index.ts
99
plugin.ts
1010
package-lock.json

‎jest.json ‎jest.config.json

File renamed without changes.

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"publish:next": "npm publish --access public --tag next",
1414
"prepublish:npm": "npm run build",
1515
"publish:npm": "npm publish --access public",
16-
"test": "jest --config jest.json",
17-
"test:dev": "jest --config jest.json --watch",
16+
"test": "jest",
17+
"test:dev": "jest --watch",
1818
"test:e2e": "jest --config e2e/jest-e2e.json",
1919
"prerelease": "npm run build",
2020
"release": "release-it"

0 commit comments

Comments
 (0)
Please sign in to comment.