We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7207e5 commit 1b47ed3Copy full SHA for 1b47ed3
1 file changed
tests/e2e/support/commands.js
@@ -1,7 +1,7 @@
1
import { hasValidSuitAndRank, cardsMatch, printCard } from './helpers';
2
import { myUser, opponentOne, playerOne, playerTwo } from '../fixtures/userFixtures';
3
import { announcementData } from '../../../src/routes/home/components/announcementDialog/data/announcementData';
4
-import { LS_ANNOUNCEMENT, LS_PLAY_TIME_DIALOG_DISMISSED } from '_/utils/local-storage-utils';
+import { LS_ANNOUNCEMENT, LS_PLAY_TIME_DIALOG_DISMISSED } from '../../../utils/local-storage-utils';
5
import MoveType from '../../../utils/MoveType.json';
6
7
/**
0 commit comments