Skip to content

Commit

Permalink
chore: up snaps
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Oct 22, 2024
1 parent 1d2b7bd commit 8004d9e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/Filter.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@ import { expect, test } from 'vitest'
import * as exports from './Filter.js'

test('exports', () => {
expect(Object.keys(exports)).toMatchInlineSnapshot('[]')
expect(Object.keys(exports)).toMatchInlineSnapshot(`
[
"fromRpc",
"toRpc",
]
`)
})

0 comments on commit 8004d9e

Please sign in to comment.