mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 01:56:58 +08:00
Rename all test files from JS -> ES6
This commit is contained in:
7
test/javascripts/models/staff-action-log-test.js
Normal file
7
test/javascripts/models/staff-action-log-test.js
Normal file
@ -0,0 +1,7 @@
|
||||
import StaffActionLog from "admin/models/staff-action-log";
|
||||
|
||||
QUnit.module("StaffActionLog");
|
||||
|
||||
QUnit.test("create", assert => {
|
||||
assert.ok(StaffActionLog.create(), "it can be created without arguments");
|
||||
});
|
Reference in New Issue
Block a user