Skip to content

Commit 8231ef8

Browse files
Update test-app/tests/helpers/qunit-module-for.js
Co-authored-by: Katie Gengler <katie@kmg.io>
1 parent cb876e1 commit 8231ef8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-app/tests/helpers/qunit-module-for.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default function qunitModuleFor(testModule) {
77
module(testModule.name, {
88
beforeEach(assert) {
99
if (isTesting()) {
10-
throw new Error('should not have Ember.testing === true in beforeEach');
10+
throw new Error('should not have isTesting() === true in beforeEach');
1111
}
1212
setAdapter(QUnitTestAdapter.create());
1313
testModule.setContext(this);

0 commit comments

Comments
 (0)