Skip to content
Permalink
Browse files
Set up npm test command so it does not attempt to run acceptance tests
  • Loading branch information
hortonr6 committed Nov 23, 2019
1 parent 8e69dd0 commit c143cd76ab9c0e5b499267c5968ba6d052e91e4e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
@@ -15,6 +15,5 @@ module.exports = {
testPathIgnorePatterns: [
'/node_modules/',
'/__tests__/fixtures/',
'/acceptance\ tests/',
]
}
@@ -11,7 +11,7 @@
"acceptance": "test.sh",
"jsdoc": "node_modules/.bin/jsdoc -c jsdoc.conf",
"linter": "node_modules/.bin/eslint .",
"test": "jest --coverage --detectOpenHandles",
"test": "jest --coverage --detectOpenHandles \"unit tests/\"",
"unit": "node_modules/.bin/jest --coverage --runInBand tests/unit/"
},
"jest": {

0 comments on commit c143cd7

Please sign in to comment.