mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 03:36:18 +08:00
ES6: Convert all test files over
This commit is contained in:
5
test/javascripts/models/invite-test.js.es6
Normal file
5
test/javascripts/models/invite-test.js.es6
Normal file
@ -0,0 +1,5 @@
|
||||
module("Discourse.Invite");
|
||||
|
||||
test("create", function() {
|
||||
ok(Discourse.Invite.create(), "it can be created without arguments");
|
||||
});
|
Reference in New Issue
Block a user