Skip to content

Commit

Permalink
fix: import endo/init, not lockdown (#1299)
Browse files Browse the repository at this point in the history
  • Loading branch information
erights authored Sep 26, 2022
1 parent 233dbe2 commit f6eb272
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions packages/marshal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"@endo/promise-kit": "^0.2.48"
},
"devDependencies": {
"@endo/init": "^0.5.48",
"@endo/lockdown": "^0.1.20",
"@endo/ses-ava": "^0.2.32",
"ava": "^3.12.1",
Expand Down
4 changes: 1 addition & 3 deletions packages/marshal/test/prepare-test-env-ava.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import '@endo/lockdown';
import '@endo/eventual-send/shim.js';
import '@endo/lockdown/commit-debug.js';
import '@endo/init/debug.js';

import { wrapTest } from '@endo/ses-ava';
import rawTest from 'ava';
Expand Down

0 comments on commit f6eb272

Please sign in to comment.