Skip to content

Commit

Permalink
chore(transforms): neutralize test harness type err
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Oct 16, 2023
1 parent cb30965 commit 4532738
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/transforms/test/prepare-test-env-ava.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import '@endo/init/debug.js';

// eslint-disable-next-line import/no-extraneous-dependencies
// @ts-expect-error - no types
import { wrapTest } from '@endo/ses-ava';
import rawTest from 'ava';

Expand Down

0 comments on commit 4532738

Please sign in to comment.