0.1.7 • Published 1 year ago

jest-environment-url v0.1.7

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year 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

1 year ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago