diff options
author | 2022-07-06 18:05:46 +0000 | |
---|---|---|
committer | 2022-07-06 14:00:47 -0700 | |
commit | 9a9bb823f6aa8b959fae407a8e6aeebc2d8a09c2 (patch) | |
tree | 4dfc66ebf15ace420f84828ee47ff99a020d096d /test/bun.js/bigint.test.js | |
parent | 73ab469102fdeb10936f0091987a3eb69dab70eb (diff) | |
download | bun-9a9bb823f6aa8b959fae407a8e6aeebc2d8a09c2.tar.gz bun-9a9bb823f6aa8b959fae407a8e6aeebc2d8a09c2.tar.zst bun-9a9bb823f6aa8b959fae407a8e6aeebc2d8a09c2.zip |
fixup!: add newline to end of file
Diffstat (limited to '')
-rw-r--r-- | test/bun.js/bigint.test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bun.js/bigint.test.js b/test/bun.js/bigint.test.js index daba739c0..8842c49fb 100644 --- a/test/bun.js/bigint.test.js +++ b/test/bun.js/bigint.test.js @@ -11,4 +11,4 @@ describe("BigInt", () => { expect(BigInt(Bun.inspect(42n).substring(0, 2))).toBe(BigInt(42n)); expect(BigInt(42n).valueOf()).toBe(BigInt(42n)); }); -})
\ No newline at end of file +}) |