Skip to content

Commit 72578fb

Browse files
Bill LeoutsakosBill Leoutsakos
authored andcommitted
test(workflow): use edge highlight import alias
1 parent 7740d9f commit 72578fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/app/workspace/[workspaceId]/w/[workflowId]/utils/edge-highlight.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { describe, expect, it } from 'vitest'
2-
import { isEdgeHighlighted } from './edge-highlight'
2+
import { isEdgeHighlighted } from '@/app/workspace/[workspaceId]/w/[workflowId]/utils/edge-highlight'
33

44
describe('isEdgeHighlighted', () => {
55
it('highlights a directly selected edge', () => {

0 commit comments

Comments
 (0)