Skip to content

Commit 35fc20e

Browse files
committed
Removing the test placeholders
1 parent 1b5b840 commit 35fc20e

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

__tests__/input.test.ts

Lines changed: 0 additions & 7 deletions
This file was deleted.

jest.config.json renamed to jest.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = {
55
testMatch: ['**/*.test.ts'],
66
testRunner: 'jest-circus/runner',
77
transform: {
8-
'^.+\\.ts$': 'ts-jest'
8+
"\\.(ts|js)x?$": "ts-jest"
99
},
1010
verbose: true
11-
}
11+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"scripts": {
1212
"build": "ncc build src/main.ts --minify",
1313
"watch": "ncc build src/main.ts --watch --minify",
14-
"test": "jest",
14+
"test": "jest --passWithNoTests",
1515
"format": "prettier --write 'src/**/*.{js,ts,tsx}'",
1616
"refresh": "rm -rf ./lib/* && npm run-script build",
1717
"lint": "tsc --noEmit && eslint 'src/**/*.{js,ts,tsx}'"

0 commit comments

Comments
 (0)