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:
Yonggang Luo
2022-02-03 18:36:39 +08:00
committed by GitHub
parent c5bc3786cf
commit d00f4810b0
24 changed files with 25 additions and 25 deletions
+2 -2
View File
@@ -14,5 +14,5 @@
*/
/* Can't have duplicated local bindings. */
import { b } from "../es.next/module-export-01.mjs"
import { b } from "../es.next/module-export-02.mjs"
import { b } from "../module-export-01.mjs"
import { b } from "../module-export-02.mjs"