diff options
author | 2023-04-28 09:07:48 -0700 | |
---|---|---|
committer | 2023-04-28 09:07:48 -0700 | |
commit | 36df170348926de8fb21d84450637d8e220b3aae (patch) | |
tree | b4d7715a22557f709fe1130398470628aa7796dd /scripts/package.json | |
parent | 6cf4cabab170fd752147e8e0b8ac7207d1cb086d (diff) | |
download | bun-36df170348926de8fb21d84450637d8e220b3aae.tar.gz bun-36df170348926de8fb21d84450637d8e220b3aae.tar.zst bun-36df170348926de8fb21d84450637d8e220b3aae.zip |
Use Node.js APIs for test runner
Diffstat (limited to '')
-rw-r--r-- | scripts/package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/package.json b/scripts/package.json new file mode 100644 index 000000000..3dbc1ca59 --- /dev/null +++ b/scripts/package.json @@ -0,0 +1,3 @@ +{ + "type": "module" +} |