New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@web/test-runner-mocha

Package Overview
Dependencies
Maintainers
6
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web/test-runner-mocha - npm Package Compare versions

Comparing version

to
0.3.1

src/autorun.ts

6

CHANGELOG.md
# @web/test-runner-mocha
## 0.3.1
### Patch Changes
- aa65fd1: run build before publishing
## 0.3.0

@@ -4,0 +10,0 @@

5

dist/collectTestResults.d.ts
/// <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

8

package.json
{
"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