Skip to content

Commit 0cc63dc

Browse files
committed
fix lint
1 parent e9e4b2b commit 0cc63dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

files/tests/test-helper.__ext__

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class TestApp extends EmberApp {
1515
'./router': { default: Router },
1616
// add any custom services here
1717
// import.meta.glob('./services/*', { eager: true }),
18-
}
18+
};
1919
}
2020

2121
Router.map(function () {});

0 commit comments

Comments
 (0)