Skip to content

Commit

Permalink
fix: circular import if-then
Browse files Browse the repository at this point in the history
  • Loading branch information
ogp-weeloong committed Nov 7, 2023
1 parent ee61a75 commit 4120753
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { type IGlobalVariable } from '@plumber/types'

import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest'

import toolboxApp from '../..'
import onlyContinueIfAction from '../../actions/only-continue-if'

const mocks = vi.hoisted(() => ({
Expand All @@ -19,7 +18,7 @@ describe('Only continue if', () => {
},
step: {
id: 'test-step',
appKey: toolboxApp.key,
appKey: 'toolbox',
key: onlyContinueIfAction.key,
position: 2,
parameters: {},
Expand Down

0 comments on commit 4120753

Please sign in to comment.