Skip to content

Commit

Permalink
refactor(xsnap): another bundle rename
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Mar 5, 2021
1 parent 872b135 commit ed604ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/xsnap/test/test-boot-lockdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function options() {
}

test('bootstrap to SES lockdown', async t => {
const bootScript = await asset('..', 'dist', 'bootstrap.umd.js');
const bootScript = await asset('..', 'dist', 'bundle-ses-boot.umd.js');
const opts = options();
const name = 'SES lockdown worker';
const vat = xsnap({ ...opts, name });
Expand Down

0 comments on commit ed604ed

Please sign in to comment.