Skip to content

Commit

Permalink
Use ts-expect-error for qunit types -- if this is something we want e…
Browse files Browse the repository at this point in the history
…veryone to be able to access, we should PR the real types package
  • Loading branch information
NullVoxPopuli committed Oct 24, 2023
1 parent 4351b3c commit c9be694
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export async function setupQunit() {
await import('qunit/qunit/qunit.css');

const runner = autoRegister();
// @ts-expect-error qunit types don't expose "reporters"
const tap = qunit.reporters.tap;
tap.init(runner, { log: console.info });

Expand Down

0 comments on commit c9be694

Please sign in to comment.