UNPKG

test-fixture-factory

Version:

A minimal library for creating and managing test fixtures using Vitest, enabling structured, repeatable, and efficient testing processes.

43 lines 1 kB
{ "name": "test-fixture-factory", "version": "1.6.1", "description": "A minimal library for creating and managing test fixtures using Vitest, enabling structured, repeatable, and efficient testing processes.", "main": "./dist/index.js", "types": "./dist/index.d.ts", "keywords": [ "dependency-management", "factory", "fixture", "javascript", "lifecycle-management", "mocking", "test", "test-automation", "test-data", "test-factory", "test-fixtures", "testing", "typescript", "unit-testing", "vitest", "zero-dependencies" ], "author": { "name": "George Czabania" }, "license": "MIT", "type": "module", "devDependencies": { "@biomejs/biome": "1.9.4", "@types/node": "22.10.2", "tsup": "8.3.5", "typescript": "5.7.2", "vitest": "2.1.8" }, "scripts": { "build": "tsup", "test": "vitest --watch=false", "tidy": "biome check --fix --unsafe", "tsc": "tsc --incremental" } }