diff --git a/.npmignore b/.npmignore index 4bf0e55c8..a27f6d3a6 100644 --- a/.npmignore +++ b/.npmignore @@ -4,7 +4,7 @@ sample test e2e -jest.json +jest.config.json index.ts plugin.ts package-lock.json diff --git a/jest.json b/jest.config.json similarity index 100% rename from jest.json rename to jest.config.json diff --git a/package.json b/package.json index 49ea26d00..67ef274ed 100644 --- a/package.json +++ b/package.json @@ -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"