Add missing `from` in two `import defer` tests (#4338)

This commit is contained in:
Nicolò Ribaudo 2024-12-07 12:42:54 +01:00 committed by GitHub
parent eefc5cf367
commit dad2774b2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -19,4 +19,4 @@ negative:
$DONOTEVALUATE(); $DONOTEVALUATE();
import defer * as ns "./resolution-error_FIXTURE.js"; import defer * as ns from "./resolution-error_FIXTURE.js";

View File

@ -19,4 +19,4 @@ negative:
$DONOTEVALUATE(); $DONOTEVALUATE();
import defer * as ns "./syntax-error_FIXTURE.js"; import defer * as ns from "./syntax-error_FIXTURE.js";