DEV: fix linting issue (#204)

This commit is contained in:
Andrei Prigorshnev 2022-08-18 17:49:26 +04:00 committed by GitHub
parent 4709fb17ed
commit 143096af15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import { acceptance, query } from "discourse/tests/helpers/qunit-helpers";
import { skip, test } from "qunit";
import { test } from "qunit";
import { visit } from "@ember/test-helpers";
import I18n from "I18n";