mocha-chai-jest-snapshot
Version:
provides snapshot testing like jest
72 lines (71 loc) • 1.85 kB
JSON
{
"name": "mocha-chai-jest-snapshot",
"version": "1.1.6",
"description": "provides snapshot testing like jest",
"keywords": [
"mocha",
"chai",
"assertion",
"helper",
"jest",
"snapshot",
"react",
"test",
"spec",
"testing"
],
"repository": {
"type": "git",
"url": "https://github.com/mochiya98/mocha-chai-jest-snapshot.git"
},
"author": "Yukimasa Funaoka <yukimasafunaoka@gmail.com>",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "commonjs",
"scripts": {
"build": "npx tsc",
"test": "npm run build && node node_modules/.bin/run-p -l --aggregate-output test:*",
"test:biome": "npx biome check",
"test:mocha": "npx mocha -c -s 10000 --file setup.js --require ts-node/register/transpile-only --extensions ts 'test/**/*.test.ts'",
"prepack": "npm run build"
},
"files": [
"dist/**",
"reporters/**",
"setup.js"
],
"workspaces": [
"test/chai-v5"
],
"dependencies": {
"@jest/test-result": "^29.7.0",
"chalk": "^4.1.2",
"find-package-json": "^1.2.0",
"jest-snapshot": "^29.7.0",
"jest-util": "^29.7.0",
"slash": "^3.0.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@swc/core": "^1.7.18",
"@swc/helpers": "^0.5.12",
"@types/chai": "^4.3.17",
"@types/find-package-json": "^1.2.6",
"@types/mocha": "^10.0.7",
"@types/node": "^22.5.0",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"chai": "^4.3.6",
"mocha": "^10.7.3",
"mock-require": "^3.0.3",
"npm-run-all": "^4.1.5",
"p-limit": "^3.1.0",
"prettier": "3.3.3",
"pretty-format": "^29.7.0",
"regenerator-runtime": "^0.14.1",
"ts-node": "^10.9.2",
"typescript": "^4.7.3"
}
}