diff --git a/jest.config.js b/jest.config.js deleted file mode 100644 index 563d4cc..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 -} \ No newline at end of file diff --git a/package.json b/package.json index 9f8b407..c444a9f 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,7 @@ "description": "Set up a specific Rust toolchain in your Github Actions workflows", "main": "lib/main.js", "scripts": { - "build": "ncc build src/main.ts --minify", - "test": "jest" + "build": "ncc build src/main.ts --minify" }, "repository": { "type": "git",