Skip to content

Commit

Permalink
tests: Remove our Lolex wrapper, uninstall Lolex.
Browse files Browse the repository at this point in the history
We've entirely switched over to Jest's "modern" fake timers, which
landed in jestjs/jest#7776.
  • Loading branch information
chrisbobbe committed Aug 25, 2020
1 parent 981ecdf commit 61e2579
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 156 deletions.
39 changes: 0 additions & 39 deletions flow-typed/npm/lolex_vx.x.x.js

This file was deleted.

1 change: 0 additions & 1 deletion package.json
Expand Up @@ -119,7 +119,6 @@
"jest-environment-jsdom-global": "^2.0.4",
"jest-extended": "^0.11.5",
"jetifier": "^1.6.5",
"lolex": "^5.1.1",
"metro-react-native-babel-preset": "^0.56.0",
"prettier": "^1.18.2",
"prettier-eslint": "^11.0.0",
Expand Down
111 changes: 0 additions & 111 deletions src/__tests__/lib/lolex.js

This file was deleted.

5 changes: 0 additions & 5 deletions yarn.lock
Expand Up @@ -6580,11 +6580,6 @@ loglevel@^1.4.1:
resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.6.3.tgz#77f2eb64be55a404c9fd04ad16d57c1d6d6b1280"
integrity sha512-LoEDv5pgpvWgPF4kNYuIp0qqSJVWak/dML0RY74xlzMZiT9w77teNAwKYKWBTYjlokMirg+o3jBwp+vlLrcfAA==

lolex@^5.1.1:
version "5.1.1"
resolved "https://registry.yarnpkg.com/lolex/-/lolex-5.1.1.tgz#9587144854511d27940ee5e113dcb7de9b0fd666"
integrity sha512-dEwHz1CJ8DsdgfpiimgQQEhEJYOEiJ69a0s4aJDNHajaTqOJuF34vBAWVa/sS0V8aQvt72p+KgQ3pRmEVJM+iA==

loose-envify@^1.0.0, loose-envify@^1.1.0, loose-envify@^1.3.1, loose-envify@^1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf"
Expand Down

0 comments on commit 61e2579

Please sign in to comment.