1
0
mirror of synced 2026-08-05 17:56:58 +00:00

DEV: Bump dependencies and fix linting (#333)

This commit is contained in:
David Taylor
2025-02-06 16:42:05 +00:00
committed by GitHub
parent 9a00198d4b
commit 3efcd3722a
7 changed files with 750 additions and 594 deletions
@@ -1,11 +1,11 @@
import { click, fillIn, visit } from "@ember/test-helpers";
import { test } from "qunit";
import { cloneJSON } from "discourse/lib/object";
import pretender, {
fixturesByUrl,
response,
} from "discourse/tests/helpers/create-pretender";
import { acceptance } from "discourse/tests/helpers/qunit-helpers";
import { cloneJSON } from "discourse-common/lib/object";
import { postStreamWithAcceptedAnswerExcerpt } from "../helpers/discourse-solved-helpers";
acceptance("Discourse Solved Plugin", function (needs) {