DEV: ensures poll-test is correctly linted (#29936)

Broken in a535798659
This commit is contained in:
Joffrey JAFFEUX
2024-11-26 14:18:30 +01:00
committed by GitHub
parent a535798659
commit 7333a00ddb

View File

@ -5,7 +5,7 @@ import hbs from "htmlbars-inline-precompile";
import { module, test } from "qunit";
import { setupRenderingTest } from "discourse/tests/helpers/component-test";
import pretender, { response } from "discourse/tests/helpers/create-pretender";
import { i18n } from 'discourse-i18n';
import { i18n } from "discourse-i18n";
let requests = 0;