@mikemadest/jest-environment-linkedom
Version:
Provides a simple basic config file for using linkedom with Jest in a project, instead of jsdom.
27 lines (26 loc) • 737 B
JSON
{
"name": "@mikemadest/jest-environment-linkedom",
"version": "0.0.2",
"description": "Provides a simple basic config file for using linkedom with Jest in a project, instead of jsdom.",
"main": "jest-environment-linkedom.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mikemadest/jest-environment-linkedom.git"
},
"keywords": [
"jest",
"linkedom",
"jsdom",
"unit",
"tests"
],
"author": "Mikemadest",
"license": "MIT",
"bugs": {
"url": "https://github.com/mikemadest/jest-environment-linkedom/issues"
},
"homepage": "https://github.com/mikemadest/jest-environment-linkedom#readme"
}