Skip to content

Commit

Permalink
Export TestLoader
Browse files Browse the repository at this point in the history
Apparently other packages (like ember-exam) rely on extending `TestLoader`. There's no reason we can't keep exporting it. Although those packages are advised they should stop relying on AMD-dependent APIs like that or they're going to prevent apps from using Vite, etc.
  • Loading branch information
ef4 committed Dec 18, 2024
1 parent a039eda commit 25e2a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/src/test-loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import * as QUnit from 'qunit';

class TestLoader {
export class TestLoader {
static load() {
new TestLoader().loadModules();
}
Expand Down

0 comments on commit 25e2a6f

Please sign in to comment.