mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 12:13:40 +08:00
Fix linting errors
This commit is contained in:
parent
b716439c3e
commit
3363b84de6
|
@ -6,8 +6,8 @@ import TopicTrackingState from "discourse/models/topic-tracking-state";
|
||||||
export default function(name, opts) {
|
export default function(name, opts) {
|
||||||
opts = opts || {};
|
opts = opts || {};
|
||||||
|
|
||||||
if (opts.skip) {
|
if (opts.skip) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
test(name, function(assert) {
|
test(name, function(assert) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user