aboutsummaryrefslogtreecommitdiff
path: root/integration/snippets/export-default-module-hot.js
blob: d6bb5a6a178540abba8b79b86f5853adbbdcf0bb (plain) (blame)
1
2
3
4
5
6
// This test passes if there's no syntax error
export default module.id;

export function test() {
  testDone(import.meta.url);
}