Skip to content

Commit 22ef706

Browse files
committed
add test command
1 parent c0b0170 commit 22ef706

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ node_js:
55

66
install:
77
- npm install
8+
9+
script:
10+
- npm test

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"scripts": {
1212
"start": "react-scripts start",
1313
"build": "react-scripts build",
14-
"test": "react-scripts test --env=jsdom",
14+
"test": "react-scripts test --env=jsdom --passWithNoTests",
1515
"eject": "react-scripts eject"
1616
},
1717
"devDependencies": {

0 commit comments

Comments
 (0)