Skip to content

Commit

Permalink
Merge branch 'chore/update-utils' into fix.deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
Zyie committed May 15, 2024
2 parents 0ae2167 + adb9cde commit 52627c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/utils/createTPSFolder.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { assetPath, createFolder } from '.';
import { assetPath, createFolder } from './index.js';

import type { File } from '.';
import type { File } from './index.js';

export function createTPSFolder(testName: string, pkg: string): void
{
Expand Down

0 comments on commit 52627c4

Please sign in to comment.