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

codi-test-framework

Package Overview
Dependencies
Maintainers
0
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

codi-test-framework - npm Package Compare versions

Comparing version 0.0.35 to 0.0.36

2

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc