Skip to content

Commit

Permalink
feat(@nestjs/swagger): use default name for jest config
Browse files Browse the repository at this point in the history
Renamed `jest.json` to `jest.config.json`, so that IDEs can find the config

Fixes #914
  • Loading branch information
tmtron committed Aug 20, 2020
1 parent c417059 commit 6914b12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .npmignore
Expand Up @@ -4,7 +4,7 @@ sample
test
e2e

jest.json
jest.config.json
index.ts
plugin.ts
package-lock.json
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -13,8 +13,8 @@
"publish:next": "npm publish --access public --tag next",
"prepublish:npm": "npm run build",
"publish:npm": "npm publish --access public",
"test": "jest --config jest.json",
"test:dev": "jest --config jest.json --watch",
"test": "jest",
"test:dev": "jest --watch",
"test:e2e": "jest --config e2e/jest-e2e.json",
"prerelease": "npm run build",
"release": "release-it"
Expand Down

0 comments on commit 6914b12

Please sign in to comment.