mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 03:36:18 +08:00
Upgrade QUnit to latest version
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import Invite from 'discourse/models/invite';
|
||||
|
||||
module("model:invite");
|
||||
QUnit.module("model:invite");
|
||||
|
||||
test("create", function() {
|
||||
ok(Invite.create(), "it can be created without arguments");
|
||||
});
|
||||
QUnit.test("create", assert => {
|
||||
assert.ok(Invite.create(), "it can be created without arguments");
|
||||
});
|
Reference in New Issue
Block a user