ts-stubber
Advanced tools
Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "ts-stubber", | ||
"description": "Lazy Stubbing a TypeScript Class or Interface with any Mocking Framework for testing in Isolation", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"author": "Shelly Goldblit", | ||
@@ -27,6 +27,6 @@ "private": false, | ||
"scripts": { | ||
"build": "rollup --configPlugin @rollup/plugin-typescript --config rollup.config.ts ", | ||
"build": "rollup --configPlugin @rollup/plugin-typescript --config rollup.config.ts", | ||
"cy:run": "cypress run", | ||
"cy:open": "cypress open", | ||
"test": "jest --coverage", | ||
"test": "jest --coverage --ci --testResultsProcessor='./node_modules/jest-junit-reporter'", | ||
"generate-md-docs": "typedoc --includeVersion --plugin typedoc-plugin-markdown --plugin typedoc-plugin-merge-modules --options typedoc.md.json", | ||
@@ -50,2 +50,3 @@ "generate-docs": "typedoc --includeVersion --plugin typedoc-plugin-merge-modules --options typedoc.html.json", | ||
"jest": "^29.7.0", | ||
"jest-junit-reporter": "^1.1.0", | ||
"mochawesome": "^7.1.3", | ||
@@ -52,0 +53,0 @@ "rollup": "^4.9.6", |
11403
24