Skip to content

Commit

Permalink
chore(devDeps): rollback to Jest v21
Browse files Browse the repository at this point in the history
jestjs/jest#5124

```
Object.defineProperty(location, "hostname", {
  value: "example.com",
  writable: true
});
```

```
TypeError: Cannot redefine property: hostname
        at Function.defineProperty (<anonymous>)
```
  • Loading branch information
Rob McGuinness committed Dec 19, 2017
1 parent b43c7c8 commit 2e9799c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "^7.5.1",
"husky": "^0.14.3",
"jest": "^22.0.1",
"jest": "^21.2.1",
"lerna": "^2.5.1",
"lint-staged": "^6.0.0",
"prettier": "^1.9.2",
Expand Down

0 comments on commit 2e9799c

Please sign in to comment.