mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
ES6: Convert all test files over
This commit is contained in:
parent
1530f33833
commit
f977843391
52 changed files with 0 additions and 0 deletions
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");
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue