We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5df2efc commit e87e445Copy full SHA for e87e445
.travis.yml
@@ -9,6 +9,6 @@ git:
9
# only:
10
# - implementtravisci
11
install:
12
- - travis_wait npm install
+ - npm install
13
script:
14
- npm run test
package.json
@@ -15,7 +15,7 @@
15
"scripts": {
16
"build": "webpack --mode production",
17
"dev": "webpack --mode development --watch",
18
- "test": "jest --verbose --coverage --watchAll --forceExit",
+ "test": "jest --verbose --coverage",
19
"docker-test-lint": "eslint --ext .js --ext .jsx src",
20
"docs": "typedoc --json docs --inputFiles src/app --inputFiles src/backend --readme docs/readme.md"
21
},
0 commit comments