Skip to content

Commit

Permalink
adding a test for the clear rows function
Browse files Browse the repository at this point in the history
  • Loading branch information
brandenrodgers committed Oct 26, 2023
1 parent 9502965 commit f3e201e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/__tests__/hubdb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {
import {
createRows as __createRows,
createTable as __createTable,
deleteRows as __deleteRows,
fetchRows as __fetchRows,
fetchTable as __fetchTable,
publishTable as __publishTable,
Expand All @@ -27,7 +26,6 @@ const mockedFS = fs as jest.Mocked<typeof fs>;
const getCwd = __getCwd as jest.MockedFunction<typeof __getCwd>;
const createRows = __createRows as jest.MockedFunction<typeof __createRows>;
const createTable = __createTable as jest.MockedFunction<typeof __createTable>;
const deleteRows = __deleteRows as jest.MockedFunction<typeof __deleteRows>;
const fetchRows = __fetchRows as jest.MockedFunction<typeof __fetchRows>;
const fetchTable = __fetchTable as jest.MockedFunction<typeof __fetchTable>;
const publishTable = __publishTable as jest.MockedFunction<
Expand Down

0 comments on commit f3e201e

Please sign in to comment.