UNPKG

jest-fixed-jsdom

Version:

A superset of the JSDOM environment for Jest that respects Node.js globals.

60 lines 1.3 kB
{ "name": "jest-fixed-jsdom", "version": "0.0.11", "description": "A superset of the JSDOM environment for Jest that respects Node.js globals.", "main": "./index.js", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/mswjs/jest-fixed-jsdom" }, "homepage": "https://github.com/mswjs/jest-fixed-jsdom#readme", "bugs": "https://github.com/mswjs/jest-fixed-jsdom/issues", "author": [ { "name": "Joel Daros", "url": "https://github.com/joel-daros" }, { "name": "Tobias Hochgürtel", "url": "https://github.com/tobiashochguertel" } ], "contributors": [ { "name": "JamesZoft", "url": "https://github.com/JamesZoft" }, { "name": "Artem Zakharchenko", "url": "https://github.com/kettanaito" } ], "keywords": [ "testing", "environment", "node", "jest", "jsdom", "msw", "mswjs" ], "engines": { "node": ">=18.0.0" }, "publishConfig": { "access": "public" }, "devDependencies": { "@ossjs/release": "^0.8.1", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0" }, "peerDependencies": { "jest-environment-jsdom": ">=28.0.0" }, "scripts": { "test": "jest", "release": "release publish" } }