Skip to content

Commit

Permalink
Fix copy/paste at the top of the file (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbachhuber authored Sep 10, 2024
1 parent ac00144 commit 91f7e84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// To run tests, execute `npm run test -- src/lib/import-export/tests/import/importer/jetpack-importer.test.ts`
// To run tests, execute `npm run test -- src/lib/import-export/tests/import/importer/default-importer.test.ts`
import * as fs from 'fs/promises';
import { lstat, move } from 'fs-extra';
import { SiteServer } from '../../../../../site-server';
Expand Down

0 comments on commit 91f7e84

Please sign in to comment.