Fix lint errors
Some checks failed
CI / Lint (pull_request) Failing after 13m1s
CI / Test (pull_request) Failing after 15m32s

This commit is contained in:
2026-03-23 18:32:18 +04:00
parent 0ac6db65cb
commit 582ab4f8b3
4 changed files with 13 additions and 11 deletions

View File

@@ -1,11 +1,5 @@
import { module, test } from 'qunit';
import {
visit,
click,
fillIn,
triggerEvent,
currentURL,
} from '@ember/test-helpers';
import { visit, click, fillIn, currentURL } from '@ember/test-helpers';
import { setupApplicationTest } from 'marco/tests/helpers';
import Service from '@ember/service';
import { Promise } from 'rsvp';