Skip to content

Commit

Permalink
fix: import in test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
baptadn committed May 20, 2022
1 parent e8968e5 commit 1a0b1d1
Show file tree
Hide file tree
Showing 2 changed files with 186 additions and 2,723 deletions.
2 changes: 1 addition & 1 deletion __tests__/handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
TPaginationData,
} from '../src/types'
import HttpError from '../src/httpError'
import { ApiError } from 'next/dist/next-server/server/api-utils'
import { ApiError } from 'next/dist/server/api-utils'

class NoopAdapter implements IAdapter<unknown, unknown, string> {
models = []
Expand Down
Loading

0 comments on commit 1a0b1d1

Please sign in to comment.