codi-test-framework
Advanced tools
Comparing version 0.0.35 to 0.0.36
{ | ||
"name": "codi-test-framework", | ||
"version": "v0.0.35", | ||
"version": "v0.0.36", | ||
"description": "A simple test framework for JavaScript", | ||
@@ -5,0 +5,0 @@ "main": "src/testRunner.js", |
@@ -90,3 +90,3 @@ import fs from 'fs'; | ||
*/ | ||
export async function runTestFunction(testFn) { | ||
export async function runTestFunction(testFn, options = {}) { | ||
const suite = { | ||
@@ -99,2 +99,3 @@ description: `Function: ${testFn.name}`, | ||
state.pushSuite(suite); | ||
state.setOptions(options); | ||
@@ -101,0 +102,0 @@ try { |
@@ -32,3 +32,3 @@ import chalk from 'chalk'; | ||
export const version = 'v0.0.35'; | ||
export const version = 'v0.0.36'; | ||
@@ -35,0 +35,0 @@ /** |
Sorry, the diff of this file is not supported yet
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
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
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
28679
592
1