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 c0b0170 commit 22ef706Copy full SHA for 22ef706
.travis.yml
@@ -5,3 +5,6 @@ node_js:
5
6
install:
7
- npm install
8
+
9
+script:
10
+ - npm test
package.json
@@ -11,7 +11,7 @@
11
"scripts": {
12
"start": "react-scripts start",
13
"build": "react-scripts build",
14
- "test": "react-scripts test --env=jsdom",
+ "test": "react-scripts test --env=jsdom --passWithNoTests",
15
"eject": "react-scripts eject"
16
},
17
"devDependencies": {
0 commit comments