Skip to content

Commit 4495b36

Browse files
committed
Remove temporary debugging code
1 parent 8834370 commit 4495b36

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

test-apps/embroider3-webpack/tests/test-helper.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ import config from 'embroider3-webpack/config/environment';
33
import { setApplication } from '@ember/test-helpers';
44
import { setupEmberOnerrorValidation } from 'ember-qunit';
55
import { start as startEmberExam } from 'ember-exam/test-support';
6-
import RSVP from 'rsvp';
7-
// RSVP.configure('async', (callback, arg) => queueMicrotask(() => callback(arg)));
8-
RSVP.configure('async', (callback, arg) => callback(arg));
96

107
setApplication(Application.create(config.APP));
118
setupEmberOnerrorValidation();

0 commit comments

Comments
 (0)