mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 03:48:23 +00:00
5 lines
132 B
JavaScript
5 lines
132 B
JavaScript
module("Discourse.Invite");
|
|
|
|
test("create", function() {
|
|
ok(Discourse.Invite.create(), "it can be created without arguments");
|
|
}); |