transposit
Advanced tools
Comparing version 0.5.0 to 0.6.0
@@ -6,2 +6,3 @@ /* | ||
module.exports = { | ||
reporters: ["default", "jest-junit"], | ||
roots: ["<rootDir>/src/"], | ||
@@ -8,0 +9,0 @@ transform: { |
{ | ||
"name": "transposit", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"description": "Library for building apps on top of Transposit", | ||
@@ -15,2 +15,3 @@ "main": "dist/bundle.dev.js", | ||
"jest": "jest", | ||
"jest:ci": "JEST_JUNIT_OUTPUT=\"./target/surefire-reports/client-sdk-test-results.xml\" jest --ci --runInBand", | ||
"jest:watch": "jest --watch", | ||
@@ -21,3 +22,3 @@ "prettier:check": "prettier --list-different 'src/**/*.ts'", | ||
"tslint:fix": "yarn run tslint --fix", | ||
"test": "npm-run-all --parallel prettier:check tslint jest", | ||
"test": "npm-run-all --parallel prettier:check tslint jest:ci", | ||
"clean": "rimraf ./dist ./node_modules", | ||
@@ -34,2 +35,3 @@ "prepublishOnly": "npm-run-all --parallel build test", | ||
"jest-environment-jsdom-global": "^1.0.3", | ||
"jest-junit": "^5.2.0", | ||
"jest-localstorage-mock": "^2.2.0", | ||
@@ -36,0 +38,0 @@ "npm-run-all": "^4.1.2", |
75284
1421
17