Skip to content

Commit 0d32bd4

Browse files
authored
chore: move test line ignore for Vitest v4 (#48)
* chore: move test line ignore for Vitest v4
1 parent 76d9d44 commit 0d32bd4

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

package-lock.json

Lines changed: 0 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@
7676
"type": "ko_fi",
7777
"url": "https://ko-fi.com/ghiscoding"
7878
}
79-
}
79+
}

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ export function copyfiles(paths: string[], options: CopyFileOptions, callback?:
147147
const stat = statSync(outPath);
148148
isDestFile = !stat.isDirectory();
149149
}
150-
/* v8 ignore next 3 */
151150
} catch {
151+
/* v8 ignore next */
152152
isDestFile = true;
153153
}
154154
}

0 commit comments

Comments
 (0)