From 20f18c305495c0d9656bd0cbdfd322f60764c847 Mon Sep 17 00:00:00 2001 From: fragosti Date: Tue, 2 Oct 2018 13:34:32 -0700 Subject: Clean up package json --- packages/instant/package.json | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'packages/instant/package.json') diff --git a/packages/instant/package.json b/packages/instant/package.json index e1131b7e6..7f1530fa8 100644 --- a/packages/instant/package.json +++ b/packages/instant/package.json @@ -10,13 +10,11 @@ "scripts": { "watch_without_deps": "tsc -w", "lint": "tslint --project .", - "test": "yarn run_mocha", + "test": "jest", + "test:coverage": "jest --coverage", "rebuild_and_test": "run-s clean build test", - "test:coverage": "nyc npm run test --all && yarn coverage:report:lcov", - "coverage:report:lcov": "nyc report --reporter=text-lcov > coverage/lcov.info", "test:circleci": "yarn test:coverage", - "run_mocha": "mocha --require source-map-support/register --require make-promises-safe lib/test/**/*_test.js --exit", - "clean": "shx rm -rf lib test_temp scripts", + "clean": "shx rm -rf lib coverage scripts", "build": "webpack --mode production && copyfiles -u 3 './lib/src/monorepo_scripts/**/*' ./scripts", "manual:postpublish": "yarn build; node ./scripts/postpublish.js" }, @@ -48,16 +46,22 @@ }, "devDependencies": { "@0xproject/tslint-config": "^1.0.7", + "@types/enzyme": "^3.1.14", + "@types/enzyme-adapter-react-16": "^1.0.3", "@types/lodash": "^4.14.116", "@types/node": "*", "@types/react": "16.4.7", "@types/react-dom": "^16.0.8", "awesome-typescript-loader": "^5.2.1", "copyfiles": "^1.2.0", + "enzyme": "^3.6.0", + "enzyme-adapter-react-16": "^1.5.0", + "jest": "^23.6.0", "make-promises-safe": "^1.1.0", "npm-run-all": "^4.1.2", "nyc": "^11.0.1", "shx": "^0.2.2", + "ts-jest": "^23.10.3", "tslint": "5.11.0", "typedoc": "0.12.0", "typescript": "3.0.1", -- cgit v1.2.3