Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
isaac-mason committed Aug 20, 2023
1 parent 4c3a654 commit 6936a0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/webidl-dts-gen/tst/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ describe('convert', () => {

expect(ts).toBe(
withDefaultEmscriptenOutput(
'const bar: any;', //
'const baz: any;', //
'const bar: number;', //
'const baz: number;', //
'type Foo = typeof bar | typeof baz;', //
'function _emscripten_enum_Foo_bar(): Foo;', //
'function _emscripten_enum_Foo_baz(): Foo;', //
Expand Down

0 comments on commit 6936a0b

Please sign in to comment.