import { test, expect } from "bun:test"; test("global defines should not be replaced with undefined", () => { expect(typeof Symbol["for"]).toBe("function"); }); href='/favicon.ico'/>
aboutsummaryrefslogtreecommitdiff
path: root/integration/bunjs-only-snippets/fs.test.js (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-09Update Dockerfile.baseGravatar Jarred Sumner 1-1/+1
2022-05-09[napi] getters & setters workGravatar Jarred Sumner 1-26/+39