mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
7 lines
163 B
JavaScript
7 lines
163 B
JavaScript
// This test passes if there's no syntax error
|
|
export default typeof module !== "undefined" && module.id;
|
|
|
|
export function test() {
|
|
testDone(import.meta.url);
|
|
}
|