Skip to content

Commit

Permalink
chore: import '@agoric/install-ses' in test file. Errors
Browse files Browse the repository at this point in the history
  • Loading branch information
katelynsills committed Feb 3, 2021
1 parent e47ec67 commit d4f76a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/ui-components/test/test-NatAmountInput.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
// @ts-check

import '@agoric/install-ses';

import test from 'ava';
import React from 'react';
import { shallow, render } from 'enzyme';
Expand Down

0 comments on commit d4f76a8

Please sign in to comment.