diff --git a/client/package.json b/client/package.json index 1d458a9d..cffd9aff 100644 --- a/client/package.json +++ b/client/package.json @@ -4,10 +4,8 @@ "license": "MIT", "repository": "https://github.com/chanzuckerberg/cellxgene", "scripts": { - "build": - "npm run clean && webpack --config configuration/webpack/webpack.config.prod.js", - "dev": - "npm run clean && webpack --config configuration/webpack/webpack.config.dev.js", + "build": "npm run clean && webpack --config configuration/webpack/webpack.config.prod.js", + "dev": "npm run clean && webpack --config configuration/webpack/webpack.config.dev.js", "clean": "rimraf build", "start": "node server/development.js", "lint": "eslint src", @@ -117,6 +115,7 @@ "jest": { "testMatch": [ "**/__tests__/**/?(*.)(spec|test).js?(x)" - ] + ], + "testURL": "http://localhost/" } }