mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +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);
|
|
}
|