diff --git a/jest.config.js b/jest.config.js deleted file mode 100644 index dd2dfff..0000000 --- a/jest.config.js +++ /dev/null @@ -1,11 +0,0 @@ -module.exports = { - clearMocks: true, - moduleFileExtensions: ["js", "ts"], - testEnvironment: "node", - testMatch: ["**/*.test.ts"], - testRunner: "jest-circus/runner", - transform: { - "^.+\\.ts$": "ts-jest" - }, - verbose: true -} diff --git a/package.json b/package.json index f0fb16b..5fc46d1 100644 --- a/package.json +++ b/package.json @@ -111,5 +111,16 @@ } } ] + }, + "jest": { + "clearMocks": true, + "moduleFileExtensions": ["js", "ts"], + "testEnvironment": "node", + "testMatch": ["**/*.test.ts"], + "testRunner": "jest-circus/runner", + "transform": { + "^.+\\.ts$": "ts-jest" + }, + "verbose": true } }