mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 21:41:26 +08:00
ES6: Convert all test files over
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
moduleFor("controller:admin-email-index");
|
||||
|
||||
test("mixes in Discourse.Presence", function() {
|
||||
ok(Discourse.Presence.detect(this.subject()));
|
||||
});
|
Reference in New Issue
Block a user