Skip to content

Commit ea7e577

Browse files
committed
refactor(tests): remove unused FakeActionCableConsumer import
Remove the import of FakeActionCableConsumer from the resize-test.js file as it is not used. This cleans up the test code and avoids confusion about dependencies.
1 parent cdcd5d1 commit ea7e577

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/acceptance/course-page/test-results-bar/resize-test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import FakeActionCableConsumer from 'codecrafters-frontend/tests/support/fake-action-cable-consumer';
21
import catalogPage from 'codecrafters-frontend/tests/pages/catalog-page';
32
import courseOverviewPage from 'codecrafters-frontend/tests/pages/course-overview-page';
43
import coursePage from 'codecrafters-frontend/tests/pages/course-page';

0 commit comments

Comments
 (0)