Skip to content

Commit

Permalink
chore(spawner): update one test to use prepare-test-env-ava.js
Browse files Browse the repository at this point in the history
This improves the error messages when something goes wrong.
  • Loading branch information
warner committed Jul 24, 2021
1 parent e68888a commit 2491051
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
/* global __dirname */
// TODO Remove babel-standalone preinitialization
// https://github.com/endojs/endo/issues/768
import '@agoric/babel-standalone';
import '@agoric/install-ses';
import test from 'ava';
// eslint-disable-next-line import/order
import { test } from '@agoric/swingset-vat/tools/prepare-test-env-ava.js';
// eslint-disable-next-line import/order
import path from 'path';
import bundleSource from '@agoric/bundle-source';
import {
Expand Down

0 comments on commit 2491051

Please sign in to comment.