Skip to content

Commit

Permalink
chore(types): clean up ses-ava comments
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Aug 16, 2023
1 parent 4aee92a commit 84e49cc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions packages/SwingSet/tools/prepare-test-env-ava.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ import '@endo/ses-ava/exported.js';
import { wrapTest } from '@endo/ses-ava';
import rawTest from 'ava';

/** @type {typeof rawTest} */
// eslint-disable-next-line @typescript-eslint/prefer-ts-expect-error
// @ts-ignore XXX https://github.com/endojs/endo/issues/1235
export const test = wrapTest(rawTest);

// Does not import from a module because we're testing the global env
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// Consider ses-ava once https://github.com/endojs/endo/issues/1235 is resolved
import test from 'ava';

import { AmountMath } from '@agoric/ertp';
Expand Down
2 changes: 0 additions & 2 deletions packages/notifier/test/prepare-test-env-ava.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import { wrapTest } from '@endo/ses-ava';
import rawTest from 'ava';

// eslint-disable-next-line @typescript-eslint/prefer-ts-expect-error
// @ts-ignore -- https://github.com/endojs/endo/issues/1235
export const test = wrapTest(rawTest);

0 comments on commit 84e49cc

Please sign in to comment.