mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 18:58:10 +00: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) {
|
||||
opts = opts || {};
|
||||
|
||||
if (opts.skip) {
|
||||
return;
|
||||
if (opts.skip) {
|
||||
return;
|
||||
}
|
||||
|
||||
test(name, function(assert) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user