Skip to content

Commit

Permalink
E2E import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sadanandpai committed Mar 17, 2024
1 parent 0e71700 commit 0383ea8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/sorting.cy.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { getRndmNumInRange } from '../../src/apps/sorting-visualizer/helpers/array-helpers';
import { initialArray } from '../../src/apps/sorting-visualizer/config';
import { getRndmNumInRange } from '@/apps/sorting-visualizer/helpers/array-helpers';

const initialArray = [6, 8, 3, 5, 1, 9, 2, 7, 4];
const algorithms = [
'bubble',
'selection',
Expand Down

0 comments on commit 0383ea8

Please sign in to comment.