diff --git a/tests/getAll.test.ts b/tests/getAll.test.ts index 0ebee6c..5b2be3f 100644 --- a/tests/getAll.test.ts +++ b/tests/getAll.test.ts @@ -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', () => {