mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 06:48:47 +08:00
Retry: Rename all test files from JS -> ES6
This commit is contained in:
7
test/javascripts/models/invite-test.js
Normal file
7
test/javascripts/models/invite-test.js
Normal file
@ -0,0 +1,7 @@
|
||||
import Invite from "discourse/models/invite";
|
||||
|
||||
QUnit.module("model:invite");
|
||||
|
||||
QUnit.test("create", assert => {
|
||||
assert.ok(Invite.create(), "it can be created without arguments");
|
||||
});
|
Reference in New Issue
Block a user