codi-test-framework
Advanced tools
Comparing version 1.0.12 to 1.0.13
@@ -270,3 +270,3 @@ var __defProp = Object.defineProperty; | ||
if (!suite) { | ||
throw new Error("A test needs to belong to a suite"); | ||
throw new Error(`test: ${params.name} needs to belong to a suite`); | ||
} | ||
@@ -273,0 +273,0 @@ const test = { |
{ | ||
"name": "codi-test-framework", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "A simple test framework for JavaScript", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -16,3 +16,3 @@ import { state } from '../state/TestState.js'; | ||
if (!suite) { | ||
throw new Error('A test needs to belong to a suite'); | ||
throw new Error(`test: ${params.name} needs to belong to a suite`); | ||
} | ||
@@ -19,0 +19,0 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
47192
0