Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroppy committed Aug 4, 2019
1 parent 570997a commit 50972e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions jest.config.js
Expand Up @@ -9,6 +9,4 @@ module.exports = {
setupFilesAfterEnv: ['<rootDir>/setupTest.js'],
globalSetup: '<rootDir>/globalSetupTest.js',
testSequencer: '<rootDir>/test/testSequencer.js',
bail: 1,
verbose: true,
};
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -20,7 +20,7 @@
"lint:type": "tsc --noEmit",
"commitlint": "commitlint --from=master",
"security": "npm audit",
"test:only": "jest --detectOpenHandles",
"test:only": "jest --forceExit",
"test:coverage": "npm run test:only -- --coverage",
"test:watch": "npm run test:coverage --watch",
"test": "npm run test:coverage",
Expand Down

0 comments on commit 50972e9

Please sign in to comment.