We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a039eda + 25e2a6f commit a70adfdCopy full SHA for a70adfd
addon/src/test-loader.js
@@ -2,7 +2,7 @@
2
3
import * as QUnit from 'qunit';
4
5
-class TestLoader {
+export class TestLoader {
6
static load() {
7
new TestLoader().loadModules();
8
}
0 commit comments