Skip to content

Commit

Permalink
KMS-532: Remove used statements
Browse files Browse the repository at this point in the history
  • Loading branch information
htranho committed Feb 26, 2025
1 parent 25696aa commit 26caf80
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions serverless/src/shared/__tests__/traverseGraph.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,6 @@ describe('traverseGraph', () => {
getCsvLongNameFlag.mockReturnValue(false)
getCsvProviderUrlFlag.mockReturnValue(false)

// eslint-disable-next-line no-unused-vars, no-shadow
formatCsvPath.mockImplementation((scheme, csvHeadersCount, path, isLeaf) => {
// Don't modify the path in this mock implementation
})

const paths = []
await traverseGraph(csvHeadersCount, providerUrlsMap, longNamesMap, scheme, rootNode, map, [], paths)

Check warning on line 134 in serverless/src/shared/__tests__/traverseGraph.test.js

View workflow job for this annotation

GitHub Actions / eslint (lts/hydrogen)

This line has a length of 105. Maximum allowed is 100

Expand Down

0 comments on commit 26caf80

Please sign in to comment.