Skip to content

Commit 190b266

Browse files
committed
chore: removed stupid assert
1 parent 1cadf72 commit 190b266

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/generators/legacy-html/utils/__tests__/safeCopy.test.mjs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,6 @@ describe('safeCopy', () => {
102102
it('should handle empty source directory', async () => {
103103
// Don't create any files in source
104104
await safeCopy(srcDir, targetDir);
105-
106-
// Verify no error occurred - if we get here, the function succeeded
107-
assert.ok(true);
108105
});
109106

110107
it('should copy files with same size but different content when mtime is newer', async () => {

0 commit comments

Comments
 (0)