codi-test-framework
Advanced tools
Comparing version 0.0.46 to 0.0.47
{ | ||
"name": "codi-test-framework", | ||
"version": "v0.0.46", | ||
"version": "v0.0.47", | ||
"description": "A simple test framework for JavaScript", | ||
@@ -5,0 +5,0 @@ "main": "src/testRunner.js", |
@@ -54,10 +54,2 @@ import chalk from 'chalk'; | ||
/** | ||
* Get current suite path based on stack | ||
* @returns {string} Full path of current suite stack | ||
*/ | ||
_getFullSuitePath() { | ||
return this.suiteStack.map(suite => suite.description).join(' > '); | ||
} | ||
/** | ||
* Add a new suite to the stack and register it | ||
@@ -64,0 +56,0 @@ * @method |
@@ -11,2 +11,3 @@ import chalk from 'chalk'; | ||
export { it } from './core/it.js'; | ||
export { state } from './state/TestState.js' | ||
@@ -33,3 +34,3 @@ // Runner exports - re-export everything | ||
export const version = 'v0.0.46'; | ||
export const version = 'v0.0.47'; | ||
@@ -36,0 +37,0 @@ /** |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
31981
702