UNPKG

jest-vtu

Version:

jest matchers for vtu and support vue3

55 lines (54 loc) 1.2 kB
{ "name": "jest-vtu", "version": "1.0.6", "description": "jest matchers for vtu and support vue3", "main": "dist/index.js", "types": "src/index.d.ts", "files": [ "dist", "src" ], "scripts": { "test": "jest", "build": "tsc", "dev": "tsc -w" }, "repository": { "type": "git", "url": "git+https://github.com/cuixiaorui/jest-vtu.git" }, "keywords": [ "jest", "vue3", "test", "jest-dom", "vue-test-utils", "jest-vtu", "vue-test-helpers" ], "author": "cuixiaorui", "license": "ISC", "bugs": { "url": "https://github.com/cuixiaorui/jest-vtu/issues" }, "homepage": "https://github.com/cuixiaorui/jest-vtu#readme", "peerDependencies": { "@vue/test-utils": "^2.0.0-beta.13" }, "devDependencies": { "@babel/core": "^7.12.10", "@babel/preset-env": "^7.12.11", "@types/babel__core": "^7.1.12", "@types/jest": "^26.0.19", "@vue/compiler-sfc": "^3.0.4", "@vue/test-utils": "^2.0.0-beta.13", "babel-jest": "^26.6.3", "jest": "^26.6.3", "typescript": "^4.1.3", "vue": "^3.0.4", "vue-jest": "^5.0.0-alpha.5" }, "dependencies": { "expect": "^26.6.2" } }