1
0
mirror of synced 2026-08-05 22:56:57 +00:00

DEV: Update linting (#181)

This commit is contained in:
Jarek Radosz
2023-11-29 23:01:31 +01:00
committed by GitHub
parent bd9bf836ad
commit bc81d30dc8
27 changed files with 1119 additions and 899 deletions
@@ -1,11 +1,11 @@
import { click, fillIn, triggerKeyEvent, visit } from "@ember/test-helpers";
import { test } from "qunit";
import {
acceptance,
exists,
query,
queryAll,
} from "discourse/tests/helpers/qunit-helpers";
import { test } from "qunit";
import { click, fillIn, triggerKeyEvent, visit } from "@ember/test-helpers";
const response = (object) => {
return [200, { "Content-Type": "text/html; charset=utf-8" }, object];