Skip to content

Commit 6829c8e

Browse files
committed
Silly objectlike apis
1 parent d0a6cd7 commit 6829c8e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

smoke-tests/node-template/tests/node/fastboot-sandbox-test.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,11 @@ QUnit.module('Ember.Application - visit() Integration Tests', function (hooks) {
6161
app = class extends Application {}.create({
6262
autoboot: false,
6363
Resolver: {
64-
create: () => registry,
64+
create: () => ({
65+
resolve(specifier) {
66+
return registry[specifier];
67+
},
68+
}),
6569
},
6670
});
6771

0 commit comments

Comments
 (0)