0.1.7 • Published 3 years ago

jest-environment-url v0.1.7

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

jest-environment-url

Load a URL into JSDOM for testing

Status

This is an experiment that hasn't been extensively tested yet, but feedback is welcome

Installation

npm install --save-dev jest-environment-url
yarn add --dev jest-environment-url

Configuration

JSON

"testEnvironment": "jest-environment-url",
"testEnvironmentOptions": {
  "url": "https://example.com/"
}

DocBlock

/**
 * @jest-environment url
 * @jest-environment-options {"url": "https://example.com/"}
 */

Example

Inspiration

Based on jest-environment-jsdom (© Facebook with MIT license)

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago