We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cadf72 commit 190b266Copy full SHA for 190b266
src/generators/legacy-html/utils/__tests__/safeCopy.test.mjs
@@ -102,9 +102,6 @@ describe('safeCopy', () => {
102
it('should handle empty source directory', async () => {
103
// Don't create any files in source
104
await safeCopy(srcDir, targetDir);
105
-
106
- // Verify no error occurred - if we get here, the function succeeded
107
- assert.ok(true);
108
});
109
110
it('should copy files with same size but different content when mtime is newer', async () => {
0 commit comments