Skip to content

Commit

Permalink
test: fix test/snapshots and add it to ci (#6333)
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa authored Aug 13, 2024
1 parent 45a0f88 commit bc333db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/snapshots/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@vitest/snapshots",
"name": "@vitest/test-snapshots",
"type": "module",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion test/snapshots/test/custom-serializers.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ test('it should pass', async () => {
root: 'test/fixtures/custom-serializers',
})

expect(stdout).toContain('✓ custom-serializers.test.ts >')
expect(stdout).toContain('✓ custom-serializers.test.ts')
expect(stderr).toBe('')
})

0 comments on commit bc333db

Please sign in to comment.