Skip to content

Commit

Permalink
test: update import in our e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nunogois committed Mar 5, 2025
1 parent d8197d7 commit a1938b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yggdrasilwasm/e2e-tests/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { describe, beforeEach, test, expect } from 'bun:test'
import init, { Engine } from '../pkg/yggdrasil_engine'
import init, { Engine } from '../pkg/yggdrasil_wasm'

type BaseTest = {
toggleName: string
Expand Down

0 comments on commit a1938b7

Please sign in to comment.