Skip to content

Commit

Permalink
fix: use . instead of ./index
Browse files Browse the repository at this point in the history
  • Loading branch information
star0202 committed Apr 5, 2023
1 parent 1e34977 commit 1aa814f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/meal.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { logger, neis } from '.'
import type { MealInfo } from '../src/types'
import { logger, neis } from './index'

describe('Meal', () => {
it('should return MealInfo[]', async () => {
Expand Down

0 comments on commit 1aa814f

Please sign in to comment.