Remove jest leftovers

This commit is contained in:
Héctor Ramón Jiménez 2020-08-12 00:47:58 +02:00
parent da33d0ff71
commit 0ac492ed8a
2 changed files with 1 additions and 13 deletions

View File

@ -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
}

View File

@ -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",