Fix import paths in negative module tests (#4973)
JerryScript-DCO-1.0-Signed-off-by: Yonggang Luo luoyonggang@gmail.com
This commit is contained in:
@@ -14,4 +14,4 @@
|
||||
*/
|
||||
|
||||
/* '*' is not valid inside NamedImports. */
|
||||
import { *, d } from "../es.next/module-imported-01.mjs"
|
||||
import { *, d } from "../module-imported-01.mjs"
|
||||
|
||||
Reference in New Issue
Block a user