mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-01-22 10:51:02 +01:00
fix(tests): remove unused import in selectors test file
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
import { BaseTest } from '../base/BaseTest.ts';
|
||||
import { assertEquals, assertNotEquals, assert } from '@std/assert';
|
||||
import { assertEquals, assert } from '@std/assert';
|
||||
import { selectors, getSelector, isValidSelector, getAllSelectorIds } from '../../lib/shared/selectors.ts';
|
||||
|
||||
interface MockItem {
|
||||
|
||||
Reference in New Issue
Block a user