Skip to content

Commit

Permalink
Merge pull request #28 from Turbo87/test-adapter
Browse files Browse the repository at this point in the history
Change "Test.Adapter" default export name to "TestAdapter"
  • Loading branch information
rwjblue authored Jul 28, 2017
2 parents a735830 + 2d657e2 commit 7820f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion globals.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"String.loc": ["@ember/string", "loc"],
"String.underscore": ["@ember/string", "underscore"],
"String.w": ["@ember/string", "w"],
"Test.Adapter": ["@ember/test/adapter"],
"Test.Adapter": ["@ember/test/adapter", null, "TestAdapter"],
"Test.registerAsyncHelper": ["@ember/test", "registerAsyncHelper"],
"Test.registerHelper": ["@ember/test", "registerHelper"],
"Test.registerWaiter": ["@ember/test", "registerWaiter"],
Expand Down

0 comments on commit 7820f06

Please sign in to comment.