Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
erikyo committed Dec 20, 2023
1 parent 5f99b41 commit 3ba967d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/getAll.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { describe, expect } from '@jest/globals'
import { getAll } from '../src/'
import { isoCountries } from '../src/countries'
import { IsoDataType } from '../src/type'
import { IsoDataType } from '../src/types'

describe('getAll', () => {
describe('getAll', () => {
Expand Down

0 comments on commit 3ba967d

Please sign in to comment.