Skip to content

Commit

Permalink
Import core-js for polyfill purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
dubzzz committed May 4, 2018
1 parent 786f5c8 commit ce75e4e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
},
"homepage": "https://github.com/dubzzz/fast-check#readme",
"dependencies": {
"core-js": "^2.5.5",
"lorem-ipsum": "^1.0.4",
"pure-rand": "^1.0.2"
},
Expand Down
2 changes: 2 additions & 0 deletions src/fast-check-default.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import "core-js";

import { asyncProperty } from './check/property/AsyncProperty';
import { property } from './check/property/Property';
import { assert, check } from './check/runner/Runner';
Expand Down

0 comments on commit ce75e4e

Please sign in to comment.