UNPKG

@augment-vir/test

Version:

A universal testing suite that works with Mocha style test runners _and_ Node.js's built-in test runner.

88 lines (87 loc) 2.8 kB
{ "name": "@augment-vir/test", "version": "31.59.0", "description": "A universal testing suite that works with Mocha style test runners _and_ Node.js's built-in test runner.", "keywords": [ "test", "suite", "augment", "helper", "util", "node", "browser", "backend", "frontend", "vir", "augment-vir" ], "homepage": "https://github.com/electrovir/augment-vir", "bugs": { "url": "https://github.com/electrovir/augment-vir/issues" }, "repository": { "type": "git", "url": "git+https://github.com/electrovir/augment-vir.git" }, "license": "(MIT or CC0 1.0)", "author": { "name": "electrovir", "url": "https://github.com/electrovir" }, "sideEffects": false, "type": "module", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "compile": "virmator compile", "start": "tsx src/index.ts", "test": "runstorm --names node,web,playwright \"npm run test:node\" \"npm run test:web\" \"npm run test:playwright\"", "test:coverage": "npm run test", "test:node": "virmator test --no-deps node 'src/augments/universal-testing-suite/**/*.test.ts'", "test:playwright": "playwright test --config configs/playwright.config.ts", "test:update": "npm test", "test:web": "virmator test --no-deps web 'src/test-web/**/*.test.ts' 'src/augments/universal-testing-suite/**/*.test.ts'" }, "dependencies": { "@augment-vir/assert": "^31.59.0", "@augment-vir/common": "^31.59.0", "@date-vir/duration": "^8.1.0", "@virmator/test": "^14.4.3", "type-fest": "^5.4.1" }, "devDependencies": { "@open-wc/testing-helpers": "^3.0.1", "@playwright/test": "^1.57.0", "@types/node": "^25.0.3", "@web/dev-server-esbuild": "^1.0.4", "@web/test-runner": "^0.20.2", "@web/test-runner-commands": "^0.9.0", "@web/test-runner-playwright": "^0.11.1", "element-vir": "^26.14.1", "istanbul-smart-text-reporter": "^1.1.5", "pixelmatch": "^7.1.0", "pngjs": "^7.0.0", "runstorm": "^1.0.0", "sharp": "^0.34.5", "spa-router-vir": "^6.4.1", "typescript": "^5.9.3", "url-vir": "^2.1.7" }, "peerDependencies": { "@open-wc/testing-helpers": "*", "@playwright/test": "*", "element-vir": "*", "pixelmatch": ">=5", "pngjs": ">=7", "sharp": ">=0.34", "spa-router-vir": ">=6", "url-vir": ">=2" }, "engines": { "node": ">=22" }, "publishConfig": { "access": "public" } }