Skip to content

Commit

Permalink
Merge pull request #1183 from emberjs/export-test-loader
Browse files Browse the repository at this point in the history
Export TestLoader
  • Loading branch information
ef4 authored Dec 18, 2024
2 parents a039eda + 25e2a6f commit a70adfd
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 a70adfd

Please sign in to comment.