Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Lee Scott <pat@patscott.io>
  • Loading branch information
patrickleet committed Oct 11, 2021
1 parent 4c74f6c commit 8a4c44f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/unit/lib/repositories/funnelRepository.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { expect, it, describe, beforeEach, jest } from '@jest/globals'
import { expect, it, describe } from '@jest/globals'
import { funnelRepository } from '$lib/repositories/funnelRepository.js'

// const steps defined below tests - looked too messy at the top
Expand Down

0 comments on commit 8a4c44f

Please sign in to comment.