test(cleanup): remove/reintorduce skipped tests (#2788)

This commit is contained in:
Erez Rokah
2019-10-23 13:22:48 +03:00
committed by GitHub
parent 76fdb93087
commit d38d4665c4
8 changed files with 648 additions and 314 deletions

View File

@ -17,7 +17,7 @@
"scripts": {
"develop": "yarn build:esm --watch",
"build": "cross-env NODE_ENV=production webpack",
"build:esm": "cross-env NODE_ENV=esm babel src --out-dir dist/esm --ignore **/__tests__ --root-mode upward"
"build:esm": "cross-env NODE_ENV=esm babel src --out-dir dist/esm --ignore \"**/__tests__\" --root-mode upward"
},
"dependencies": {
"js-base64": "^2.5.1",