feed icon indicating copy to clipboard operation
feed copied to clipboard

Use cross-env for Windows compat

Open damieng opened this issue 4 years ago • 0 comments

Right now the tests don't run on Windows because of the use of export.

cross-env is a well-known package that takes care of this and allows the tests to work on Windows as well.

damieng avatar Sep 06 '21 09:09 damieng