Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@forwardimpact/libharness

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forwardimpact/libharness - npm Package Compare versions

Comparing version
0.1.19
to
0.1.20
+1
-7
package.json
{
"name": "@forwardimpact/libharness",
"version": "0.1.19",
"version": "0.1.20",
"description": "Shared mocks and test fixtures so every library and service tests the same way.",

@@ -20,8 +20,2 @@ "keywords": [

"author": "D. Olsson <hi@senzilla.io>",
"forwardimpact": {
"capability": "foundations",
"needs": [
"Mock a config, storage, logger, or gRPC handler in a test"
]
},
"type": "module",

@@ -28,0 +22,0 @@ "main": "./src/index.js",

+4
-5
# libharness
Shared test fixtures, mocks, and assertion helpers for the monorepo. Imported by
`*.test.js` files across libraries, products, and services so test code stays
consistent and test authors stop reinventing the same helpers.
<!-- BEGIN:description — Do not edit. Generated from package.json. -->
Runner-independent: the mock primitive `spy()` does not depend on either
`node:test` or `bun:test`, so the suite runs under both. See spec 650.
Shared mocks and test fixtures so every library and service tests the same way.
<!-- END:description -->
## Usage

@@ -11,0 +10,0 @@