File tree Expand file tree Collapse file tree 4 files changed +3
-50
lines changed
Expand file tree Collapse file tree 4 files changed +3
-50
lines changed Original file line number Diff line number Diff line change 1414 "env" : {
1515 "test" : {
1616 "plugins" : [
17- " ./scripts/babel/test-deps" ,
18- " transform-react-jsx-source"
17+ " ./scripts/babel/test-deps"
1918 ]
2019 }
2120 }
Original file line number Diff line number Diff 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
3333env :
3434 - CXX=g++-4.8 TEST_TYPE=test
Original file line number Diff line number Diff line change 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"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments