Skip to content

Commit 0235848

Browse files
committed
travis iamdustan#2
1 parent 1c7646a commit 0235848

File tree

4 files changed

+3
-50
lines changed

4 files changed

+3
-50
lines changed

.babelrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
"env": {
1515
"test": {
1616
"plugins": [
17-
"./scripts/babel/test-deps",
18-
"transform-react-jsx-source"
17+
"./scripts/babel/test-deps"
1918
]
2019
}
2120
}

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ script:
2828
elif [ "$TEST_TYPE" = test ]; then
2929
npm test
3030
else
31-
./scripts/test $TEST_TYPE
31+
npm test -- $TEST_TYPE
3232
fi
3333
env:
3434
- CXX=g++-4.8 TEST_TYPE=test

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"scripts": {
88
"flow": "flow",
99
"lint": "eslint .",
10-
"test": "./scripts/test",
10+
"test": "jest",
1111
"prepublish": "npm run build",
1212
"build": "babel src -d lib",
1313
"example": "babel-node ./scripts/examples"

test.js

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)