Browse Source

chore(core): Fix e2e tests with sqljs v1.0

Michael Bromley 6 years ago
parent
commit
eadbdf6c2a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/core/e2e/config/jest-e2e.json

+ 1 - 0
packages/core/e2e/config/jest-e2e.json

@@ -5,6 +5,7 @@
   "transform": {
   "transform": {
     "^.+\\.(t|j)s$": "ts-jest"
     "^.+\\.(t|j)s$": "ts-jest"
   },
   },
+  "testEnvironment": "node",
   "globals": {
   "globals": {
     "ts-jest": {
     "ts-jest": {
       "tsConfig": "<rootDir>/config/tsconfig.e2e.json",
       "tsConfig": "<rootDir>/config/tsconfig.e2e.json",