UNPKG

@augment-vir/test

Version:

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

73 lines (72 loc) 2.29 kB
{ "name": "@augment-vir/test", "version": "31.31.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": "concurrently --colors --kill-others-on-fail -c green,blue --names node,web \"npm run test:node\" \"npm run test:web\"", "test:coverage": "npm run test", "test:node": "virmator test --no-deps node 'src/augments/universal-testing-suite/**/*.test.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.31.0", "@augment-vir/common": "^31.31.0", "@open-wc/testing-helpers": "^3.0.1", "@virmator/test": "^13.15.6", "type-fest": "^4.41.0" }, "devDependencies": { "@types/node": "^24.2.0", "@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", "concurrently": "^9.2.0", "element-vir": "^26.7.1", "istanbul-smart-text-reporter": "^1.1.5", "typescript": "^5.9.2" }, "peerDependencies": { "element-vir": "*" }, "engines": { "node": ">=22" }, "publishConfig": { "access": "public" } }