beckhampu commented on a change in pull request #3039: sharding-ui-frontend add unit test URL: https://github.com/apache/incubator-shardingsphere/pull/3039#discussion_r324620316
########## File path: sharding-ui/sharding-ui-frontend/package.json ########## @@ -9,7 +9,8 @@ "start": "npm run dev", "lint": "eslint --ext .js,.vue src", "test": "cross-env NODE_ENV=mock webpack-dev-server --inline --progress --config build/webpack.dev.conf.js", - "build": "node build/build.js" + "build": "node build/build.js", + "unit": "cross-env BABEL_ENV=test karma start --single-run" Review comment: @wqzwh ,now we use karma,can we remove the easy-mock? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services