Skip to content

Commit

Permalink
WIP: ava unresolved work-around
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Jan 9, 2024
1 parent 955327d commit 96cecd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snippets/zoe/contracts/test-zoe-hello.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// #region test-imports
import '@endo/init';
import { E } from '@endo/far';
// eslint-disable-next-line import/no-unresolved -- https://github.com/avajs/ava/issues/2951
import test from 'ava';
// #endregion test-imports
import { start as startState } from '../src/02-state.js';
Expand Down

0 comments on commit 96cecd8

Please sign in to comment.