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'],
|
||||
testRunner: 'jest-circus/runner',
|
||||
transform: {
|
||||
'^.+\\.ts$': 'ts-jest'
|
||||
"\\.(ts|js)x?$": "ts-jest"
|
||||
},
|
||||
verbose: true
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -11,7 +11,7 @@
|
||||
"scripts": {
|
||||
"build": "ncc build src/main.ts --minify",
|
||||
"watch": "ncc build src/main.ts --watch --minify",
|
||||
"test": "jest",
|
||||
"test": "jest --passWithNoTests",
|
||||
"format": "prettier --write 'src/**/*.{js,ts,tsx}'",
|
||||
"refresh": "rm -rf ./lib/* && npm run-script build",
|
||||
"lint": "tsc --noEmit && eslint 'src/**/*.{js,ts,tsx}'"
|
||||
|
||||
Reference in New Issue
Block a user