diff --git a/.eslintignore b/.eslintignore index 42ceb9a..1eae0cf 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,4 +1,2 @@ dist/ -lib/ node_modules/ -jest.config.js diff --git a/jest.config.js b/jest.config.js deleted file mode 100644 index 5a82228..0000000 --- a/jest.config.js +++ /dev/null @@ -1,9 +0,0 @@ -module.exports = { - clearMocks: true, - moduleFileExtensions: ['js', 'ts'], - testMatch: ['**/*.test.ts'], - transform: { - '^.+\\.ts$': 'ts-jest' - }, - verbose: true -} \ No newline at end of file