diff --git a/package.json b/package.json index 30b5dc1..85d9778 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,6 @@ "jest": "*" }, "scripts": { - "test": "jest" + "test": "--experimental-vm-modules jest" } }