aft-mocha-reporter
Advanced tools
Comparing version 8.4.2 to 9.0.0
@@ -5,3 +5,4 @@ { | ||
"parallel": true, | ||
"jobs": 4 | ||
"jobs": 4, | ||
"timeout": 10000 | ||
} |
{ | ||
"name": "aft-mocha-reporter", | ||
"version": "8.4.2", | ||
"version": "9.0.0", | ||
"description": "Automated Functional Testing (AFT) Reporter for use with Mocha Test Framework", | ||
@@ -9,5 +9,5 @@ "main": "./dist/src/index.js", | ||
"clean": "rimraf ./dist && rimraf ./logs && rimraf ./FileSystemMap && rimraf ./testresults.html", | ||
"build": "yarn clean && tsc --build", | ||
"test": "yarn build && mocha", | ||
"coverage": "nyc yarn test" | ||
"build": "npm run clean && tsc --build", | ||
"test": "npm run build && mocha", | ||
"coverage": "nyc npm run test" | ||
}, | ||
@@ -33,2 +33,6 @@ "repository": { | ||
"homepage": "https://github.com/bicarbon8/automated-functional-testing#readme", | ||
"dependencies": { | ||
"aft-core": "^9.0.0", | ||
"mocha": "^10.0.0" | ||
}, | ||
"devDependencies": { | ||
@@ -38,4 +42,4 @@ "@types/mocha": "^9.1.1", | ||
"@types/sinon": "^10.0.12", | ||
"aft-logging-filesystem": "^8.4.2", | ||
"aft-logging-html": "^8.4.2", | ||
"aft-logging-filesystem": "^9.0.0", | ||
"aft-logging-html": "^9.0.0", | ||
"chai": "^4.3.6", | ||
@@ -48,7 +52,3 @@ "nyc": "^15.1.0", | ||
}, | ||
"dependencies": { | ||
"aft-core": "^8.4.2", | ||
"mocha": "^10.0.0" | ||
}, | ||
"gitHead": "3e979bba2871af6092a3edb91b24b94446311acf" | ||
"gitHead": "3f91ae334e55378b543cfb0a24a28b224c25e2a9" | ||
} |
{ | ||
"extends": "../../tsconfig-settings.json", | ||
"extends": "../../tsconfig.settings.json", | ||
"compilerOptions": { | ||
@@ -4,0 +4,0 @@ "outDir": "dist", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
122955
1030
+ Addedaft-core@9.0.0(transitive)
- Removedaft-core@8.4.2(transitive)
Updatedaft-core@^9.0.0