Public Access
Removing the test placeholders
This commit is contained in:
@@ -1,7 +0,0 @@
|
|||||||
describe('actions-rs/audit', () => {
|
|
||||||
beforeEach(() => {
|
|
||||||
})
|
|
||||||
|
|
||||||
it('Should do something', async () => {
|
|
||||||
});
|
|
||||||
});
|
|
||||||
@@ -5,7 +5,7 @@ module.exports = {
|
|||||||
testMatch: ['**/*.test.ts'],
|
testMatch: ['**/*.test.ts'],
|
||||||
testRunner: 'jest-circus/runner',
|
testRunner: 'jest-circus/runner',
|
||||||
transform: {
|
transform: {
|
||||||
'^.+\\.ts$': 'ts-jest'
|
"\\.(ts|js)x?$": "ts-jest"
|
||||||
},
|
},
|
||||||
verbose: true
|
verbose: true
|
||||||
}
|
}
|
||||||
+1
-1
@@ -11,7 +11,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "ncc build src/main.ts --minify",
|
"build": "ncc build src/main.ts --minify",
|
||||||
"watch": "ncc build src/main.ts --watch --minify",
|
"watch": "ncc build src/main.ts --watch --minify",
|
||||||
"test": "jest",
|
"test": "jest --passWithNoTests",
|
||||||
"format": "prettier --write 'src/**/*.{js,ts,tsx}'",
|
"format": "prettier --write 'src/**/*.{js,ts,tsx}'",
|
||||||
"refresh": "rm -rf ./lib/* && npm run-script build",
|
"refresh": "rm -rf ./lib/* && npm run-script build",
|
||||||
"lint": "tsc --noEmit && eslint 'src/**/*.{js,ts,tsx}'"
|
"lint": "tsc --noEmit && eslint 'src/**/*.{js,ts,tsx}'"
|
||||||
|
|||||||
Reference in New Issue
Block a user