Skip to content

Commit 4d856a3

Browse files
votemikeljharb
authored andcommitted
[meta] Update airbnb.io URLs to use https
1 parent be50697 commit 4d856a3

File tree

16 files changed

+18
-18
lines changed

16 files changed

+18
-18
lines changed

docs/guides/jest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Configure with Jest
44

5-
To run the setup file to configure Enzyme and the Adapter (as shown in the [Installation docs](http://airbnb.io/enzyme/docs/installation/)) with Jest, set `setupFilesAfterEnv` (previously `setupTestFrameworkScriptFile`) in your config file (check [Jest's documentation](http://jestjs.io/docs/en/configuration) for the possible locations of that config file) to literally the string `<rootDir>` and the path to your setup file.
5+
To run the setup file to configure Enzyme and the Adapter (as shown in the [Installation docs](https://airbnb.io/enzyme/docs/installation/)) with Jest, set `setupFilesAfterEnv` (previously `setupTestFrameworkScriptFile`) in your config file (check [Jest's documentation](http://jestjs.io/docs/en/configuration) for the possible locations of that config file) to literally the string `<rootDir>` and the path to your setup file.
66

77
```json
88
{

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"version": "0.0.1",
55
"description": "JavaScript Testing utilities for React",
6-
"homepage": "http://airbnb.io/enzyme/",
6+
"homepage": "https://airbnb.io/enzyme/",
77
"scripts": {
88
"clean-local-npm": "rimraf node_modules/.bin/npm node_modules/.bin/npm.cmd",
99
"postinstall": "[ -n \"${TRAVIS-}\" ] || (npm run clean-local-npm && npm link npm && lerna bootstrap)",

packages/enzyme-adapter-react-13/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "enzyme-adapter-react-13",
33
"version": "1.4.0",
44
"description": "JavaScript Testing utilities for React",
5-
"homepage": "http://airbnb.io/enzyme/",
5+
"homepage": "https://airbnb.io/enzyme/",
66
"main": "build",
77
"scripts": {
88
"clean": "rimraf build",

packages/enzyme-adapter-react-14/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "enzyme-adapter-react-14",
33
"version": "1.4.0",
44
"description": "JavaScript Testing utilities for React",
5-
"homepage": "http://airbnb.io/enzyme/",
5+
"homepage": "https://airbnb.io/enzyme/",
66
"main": "build",
77
"scripts": {
88
"clean": "rimraf build",

packages/enzyme-adapter-react-15.4/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "enzyme-adapter-react-15.4",
33
"version": "1.4.0",
44
"description": "JavaScript Testing utilities for React",
5-
"homepage": "http://airbnb.io/enzyme/",
5+
"homepage": "https://airbnb.io/enzyme/",
66
"main": "build",
77
"scripts": {
88
"clean": "rimraf build",

packages/enzyme-adapter-react-15/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "enzyme-adapter-react-15",
33
"version": "1.4.0",
44
"description": "JavaScript Testing utilities for React",
5-
"homepage": "http://airbnb.io/enzyme/",
5+
"homepage": "https://airbnb.io/enzyme/",
66
"main": "build",
77
"scripts": {
88
"clean": "rimraf build",

packages/enzyme-adapter-react-16.1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "enzyme-adapter-react-16.1",
33
"version": "1.6.1",
44
"description": "JavaScript Testing utilities for React",
5-
"homepage": "http://airbnb.io/enzyme/",
5+
"homepage": "https://airbnb.io/enzyme/",
66
"main": "build",
77
"scripts": {
88
"clean": "rimraf build",

packages/enzyme-adapter-react-16.2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "enzyme-adapter-react-16.2",
33
"version": "1.6.1",
44
"description": "JavaScript Testing utilities for React",
5-
"homepage": "http://airbnb.io/enzyme/",
5+
"homepage": "https://airbnb.io/enzyme/",
66
"main": "build",
77
"scripts": {
88
"clean": "rimraf build",

packages/enzyme-adapter-react-16.3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "enzyme-adapter-react-16.3",
33
"version": "1.7.1",
44
"description": "JavaScript Testing utilities for React",
5-
"homepage": "http://airbnb.io/enzyme/",
5+
"homepage": "https://airbnb.io/enzyme/",
66
"main": "build",
77
"scripts": {
88
"clean": "rimraf build",

packages/enzyme-adapter-react-16/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "enzyme-adapter-react-16",
33
"version": "1.14.0",
44
"description": "JavaScript Testing utilities for React",
5-
"homepage": "http://airbnb.io/enzyme/",
5+
"homepage": "https://airbnb.io/enzyme/",
66
"main": "build",
77
"scripts": {
88
"clean": "rimraf build",

0 commit comments

Comments
 (0)