Skip to content

Commit 9f17b8c

Browse files
test(workflows): format canonical binding coverage
1 parent ecd89c4 commit 9f17b8c

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

apps/sim/lib/workflows/application/context.test.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
/**
22
* @vitest-environment node
33
*/
4-
import {
5-
dbChainMockFns,
6-
queueTableRows,
7-
resetDbChainMock,
8-
schemaMock,
9-
} from '@sim/testing'
4+
import { dbChainMockFns, queueTableRows, resetDbChainMock, schemaMock } from '@sim/testing'
105
import { beforeEach, describe, expect, it, vi } from 'vitest'
116

127
const mocks = vi.hoisted(() => ({

0 commit comments

Comments
 (0)