|
1 | 1 | { |
2 | 2 | "name": "network-canvas-interviewer", |
3 | | - "version": "6.3.2", |
| 3 | + "version": "6.4.0", |
4 | 4 | "productName": "Network Canvas Interviewer", |
5 | 5 | "description": "A tool for conducting Network Canvas Interviews.", |
6 | 6 | "author": "Complex Data Collective", |
|
21 | 21 | "build:ios": "cross-env NC_TARGET_PLATFORM=ios node scripts/build.js && cordova prepare ios", |
22 | 22 | "lint": "eslint src && eslint public", |
23 | 23 | "sass-lint": "sass-lint -vc .sass-lint.yml", |
24 | | - "test": "node scripts/test.js --env=jsdom", |
| 24 | + "test": "node scripts/test.js", |
25 | 25 | "test:integration": "cross-env TEST_ENV=development jest --config=integration-tests/jest.config.js --runInBand", |
26 | 26 | "test:integration:ci": "jest --config=integration-tests/jest.config.js --runInBand", |
27 | 27 | "test:integration:docker": "docker-compose run integration_tests", |
|
48 | 48 | "@babel/eslint-parser": "~7.13.10", |
49 | 49 | "@babel/plugin-proposal-class-properties": "7.7.4", |
50 | 50 | "@babel/plugin-proposal-json-strings": "7.7.4", |
| 51 | + "@babel/plugin-proposal-nullish-coalescing-operator": "~7.18.6", |
51 | 52 | "@babel/plugin-syntax-dynamic-import": "7.7.4", |
52 | 53 | "@babel/plugin-syntax-import-meta": "7.7.4", |
53 | 54 | "@babel/preset-env": "7.10.4", |
|
277 | 278 | "<rootDir>/integration-tests", |
278 | 279 | "<rootDir>/platforms" |
279 | 280 | ], |
280 | | - "testEnvironment": "node", |
| 281 | + "testEnvironment": "jsdom", |
281 | 282 | "testURL": "http://localhost", |
282 | 283 | "transform": { |
283 | 284 | "/node_modules/(?!codaco/ui).+\\.js$": "<rootDir>/node_modules/babel-jest", |
|
0 commit comments