Remove jsdom env from tests

This commit is contained in:
Jannis Mattheis 2018-09-14 21:22:17 +02:00
parent 469229adf6
commit f7b593e7b1
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"test": "react-scripts-ts test",
"eject": "react-scripts-ts eject",
"lint": "tslint --project .",
"lintfix": "tslint --fix --project .",