Skip to content

Commit

Permalink
test(ses): fix smoke test resolveHook
Browse files Browse the repository at this point in the history
  • Loading branch information
leotm committed Jul 31, 2024
1 parent 5d4a919 commit e853028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ses/test/hermes-smoke.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ c.evaluate("const c2 = new Compartment(); c2.evaluate('1+2')");
// https://github.com/facebook/hermes/blob/main/doc/Features.md
// In Progress: ES modules (`import` and `export`)

const resolveHook = '';
const resolveHook = (a) => a;

async function importHook() {
return {
Expand Down

0 comments on commit e853028

Please sign in to comment.