Skip to content

Commit

Permalink
Fix typings in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mati365 committed Nov 4, 2024
1 parent 3a16cb9 commit 6198313
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/cdn/ck/createCKCdnBaseBundlePack.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import { describe, it, expect, beforeEach } from 'vitest';

import type { CKCdnVersion } from '@/cdn/ck/createCKCdnUrl.js';
import type { CKCdnVersion } from '@/cdn/ck/isCKCdnVersion.js';

import {
createCKCdnBaseBundlePack,
Expand Down
2 changes: 1 addition & 1 deletion tests/cdn/ck/createCKCdnPremiumBundlePack.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import { describe, it, expect, beforeEach } from 'vitest';

import type { CKCdnVersion } from '@/cdn/ck/createCKCdnUrl.js';
import type { CKCdnVersion } from '@/cdn/ck/isCKCdnVersion.js';

import { loadCKCdnResourcesPack } from '@/cdn/utils/loadCKCdnResourcesPack.js';
import { removeAllCkCdnResources } from '@/test-utils/cdn/removeAllCkCdnResources.js';
Expand Down

0 comments on commit 6198313

Please sign in to comment.