@web/test-runner-mocha
Advanced tools
Comparing version
# @web/test-runner-mocha | ||
## 0.3.1 | ||
### Patch Changes | ||
- aa65fd1: run build before publishing | ||
## 0.3.0 | ||
@@ -4,0 +10,0 @@ |
/// <reference types="mocha" /> | ||
import { TestSuiteResult, TestResultError } from '../../test-runner-core/browser/session.js'; | ||
export declare function collectTestResults(mocha: BrowserMocha): { | ||
testResults: any; | ||
hookErrors: any[]; | ||
testResults: TestSuiteResult; | ||
hookErrors: TestResultError[]; | ||
passed: boolean; | ||
}; | ||
//# sourceMappingURL=collectTestResults.d.ts.map |
{ | ||
"name": "@web/test-runner-mocha", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"publishConfig": { | ||
@@ -26,6 +26,6 @@ "access": "public" | ||
"*.d.ts", | ||
"*.d.ts.map", | ||
"*.js", | ||
"*.js.map", | ||
"dist" | ||
"*.mjs", | ||
"dist", | ||
"src" | ||
], | ||
@@ -32,0 +32,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
3114189
0.35%20
25%2734
17.59%