Skip to content

Commit

Permalink
test: more
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Oct 30, 2024
1 parent 3dcf25d commit e3239a0
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
File renamed without changes.
22 changes: 22 additions & 0 deletions test/core/test/repro2.test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
import { expect, test } from 'vitest'

test('repro', () => {
expect(0).toBe(0)
})

// TODO
// test('inline same title', () => {
// expect('foo').toMatchInlineSnapshot()
// })

// test('inline same title', () => {
// expect('bar').toMatchInlineSnapshot(`"bar"`)
// })

// test('file same title', () => {
// expect('foo').toMatchSnapshot()
// })

// test('file same title', () => {
// expect('bar').toMatchSnapshot()
// })

0 comments on commit e3239a0

Please sign in to comment.