aboutsummaryrefslogtreecommitdiffstats
path: root/deno.json
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2025-10-31 14:36:44 -0500
committerMatt Strapp <matt@mattstrapp.net>2025-10-31 14:36:44 -0500
commit13ee98d137240315e190ac8801dae8319542411d (patch)
treef8da55195b6451b22b290d0c2c6f1e6475e676c3 /deno.json
parentfix(dotnet): Make tests no longer fail (diff)
downloadlocusts-13ee98d137240315e190ac8801dae8319542411d.tar
locusts-13ee98d137240315e190ac8801dae8319542411d.tar.gz
locusts-13ee98d137240315e190ac8801dae8319542411d.tar.bz2
locusts-13ee98d137240315e190ac8801dae8319542411d.tar.lz
locusts-13ee98d137240315e190ac8801dae8319542411d.tar.xz
locusts-13ee98d137240315e190ac8801dae8319542411d.tar.zst
locusts-13ee98d137240315e190ac8801dae8319542411d.zip
let deno tests run
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '')
-rw-r--r--deno.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/deno.json b/deno.json
index 3c716ea..18dd7e1 100644
--- a/deno.json
+++ b/deno.json
@@ -1,4 +1,5 @@
{
+ "nodeModulesDir": "auto",
"workspace": [
"./src/packages/locusts"
],