1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-01-28 16:17:18 +00:00

added browser testing support to ava

This commit is contained in:
Yu-Hung Ou
2018-03-14 21:46:20 +11:00
parent 1af374439d
commit b5cb209f14
3 changed files with 351 additions and 11 deletions

View File

@@ -101,6 +101,7 @@
"babel-preset-react": "^6.3.13",
"babel-preset-react-hmre": "^1.0.1",
"babel-register": "^6.11.6",
"browser-env": "^3.2.5",
"concurrently": "^3.4.0",
"copy-to-clipboard": "^3.0.6",
"css-loader": "^0.19.0",
@@ -143,7 +144,8 @@
"tests/**/*-test.js"
],
"require": [
"babel-register"
"babel-register",
"./tests/helpers/setup-browser-env.js"
],
"babel": "inherit"
}