Skip to content

Commit

Permalink
test: rename snapshot file
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Dec 26, 2024
1 parent 7878fdf commit 6576521
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export async function testBuild(
const outputDir = path.resolve(testDir, resolvedOptions.outDir!)
const { files: outputFiles, snapshot } = await expectFilesSnapshot(
outputDir,
path.resolve(snapshotsDir, `${testName}-snap.md`),
path.resolve(snapshotsDir, `${testName}.snap.md`),
)

return {
Expand Down

0 comments on commit 6576521

Please sign in to comment.