Skip to content

Commit

Permalink
Run rollup test against the esm build of fast-check
Browse files Browse the repository at this point in the history
  • Loading branch information
dubzzz committed Aug 23, 2018
1 parent ca93acb commit cf566e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rollup/main.js
@@ -1,2 +1,2 @@
const fc = require('../../lib/fast-check');
import * as fc from '../../lib/esm/fast-check';
console.log(fc.sample(fc.lorem(), {seed: 42, numRuns: 5}));

0 comments on commit cf566e0

Please sign in to comment.