fast-check icon indicating copy to clipboard operation
fast-check copied to clipboard

Better support for deno

Open dubzzz opened this issue 2 years ago • 1 comments

🚀 Feature Request

Related to https://github.com/dubzzz/fast-check/issues/2779

Motivation

Full support for deno could be a plus, we would need to dig a little bit to see how to bring such supports into fast-check (and pure-rand at the same time).

dubzzz avatar Mar 12 '22 08:03 dubzzz

Perhaps support for deno is good enough. Here's what @LNow ended up doing: https://github.com/LNow/testing-example/pull/2/commits/1b3758e033e2a08d11bda217ed3203e17b326ecf

import * as fc from 'https://cdn.esm.sh/v78/[email protected]'
export default fc; 

moodmosaic avatar May 23 '22 17:05 moodmosaic