Skip to content

Commit

Permalink
Update missed bracket in module-self-import-async-resolution-ticks.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen authored Jan 31, 2025
1 parent d5c4779 commit be0fc4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ assert.throws(ReferenceError, function() {
export default await Promise.resolve(42);

assert.sameValue(x, 'tick in the async evaluation');
assert.sameValue(self, 42), 'self is initialized after export';
assert.sameValue(self, 42, 'self is initialized after export');

$DONE();

0 comments on commit be0fc4d

Please sign in to comment.