Skip to content

Commit

Permalink
test: Run tests using React
Browse files Browse the repository at this point in the history
  • Loading branch information
ptbrowne committed Nov 25, 2019
1 parent ea627cf commit 76c5993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"jest": "yarn test:jest",
"screenshots": "node scripts/screenshots.js --screenshot-dir ./screenshots --styleguide-dir ./build/react",
"test": "yarn test:jest",
"test:jest": "jest --verbose",
"test:jest": "env USE_REACT=true jest --verbose",
"transpile": "env BABEL_ENV=transpilation babel react/ --out-dir transpiled/react --verbose && babel helpers/ --out-dir transpiled/helpers --verbose",
"posttranspile": "postcss transpiled/react/stylesheet.css --replace",
"travis-deploy-once": "travis-deploy-once",
Expand Down

0 comments on commit 76c5993

Please sign in to comment.