diff options
-rw-r--r-- | test.bat | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test.bat b/test.bat new file mode 100644 index 0000000..c54907c --- /dev/null +++ b/test.bat @@ -0,0 +1,3 @@ +set NODE_OPTIONS=--experimental-vm-modules
+
+jest
|