Skip to content

Commit

Permalink
add failing spec
Browse files Browse the repository at this point in the history
  • Loading branch information
frontendphil committed Nov 13, 2024
1 parent 5f42de4 commit 6f2ff4c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions extension/src/inject/bridge.spec.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { describe, it } from 'vitest'

describe('Bridge', () => {
it('waits for the provider to be initialized', () => {
throw new Error('Not implemented')

Check failure on line 5 in extension/src/inject/bridge.spec.ts

View workflow job for this annotation

GitHub Actions / unit_tests

src/inject/bridge.spec.ts > Bridge > waits for the provider to be initialized

Error: Not implemented ❯ src/inject/bridge.spec.ts:5:11
})
})

0 comments on commit 6f2ff4c

Please sign in to comment.