DEV: Run prettier correctly for bundled-plugin test directories (#30338)

This commit is contained in:
David Taylor
2024-12-18 12:02:28 +00:00
committed by GitHub
parent b2b0c462ba
commit 8f6c99df8c
12 changed files with 13 additions and 13 deletions

View File

@ -4,7 +4,7 @@ import hbs from "htmlbars-inline-precompile";
import { module, test } from "qunit";
import CoreFabricators from "discourse/lib/fabricators";
import { setupRenderingTest } from "discourse/tests/helpers/component-test";
import { i18n } from 'discourse-i18n';
import { i18n } from "discourse-i18n";
import ChatFabricators from "discourse/plugins/chat/discourse/lib/fabricators";
module(