diff options
author | 2021-11-01 20:05:38 -0700 | |
---|---|---|
committer | 2021-11-01 20:05:38 -0700 | |
commit | 92b174b3156f317ae942f0be4ca89f05df99a4c6 (patch) | |
tree | 42f1db372a0ffa3c2fcebb04baad090c728e767e /integration/snippets/zero.js | |
parent | 0ba9784be2fd56700652e85c563f931c6a2bb112 (diff) | |
download | bun-92b174b3156f317ae942f0be4ca89f05df99a4c6.tar.gz bun-92b174b3156f317ae942f0be4ca89f05df99a4c6.tar.zst bun-92b174b3156f317ae942f0be4ca89f05df99a4c6.zip |
Add Bun.js integration tests, but don't run them yet.
Diffstat (limited to 'integration/snippets/zero.js')
-rw-r--r-- | integration/snippets/zero.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/integration/snippets/zero.js b/integration/snippets/zero.js new file mode 100644 index 000000000..38f521ff1 --- /dev/null +++ b/integration/snippets/zero.js @@ -0,0 +1 @@ +export const zero = "\0"; |