Use full import specifier path in tests (#13938)

This commit is contained in:
Nicolò Ribaudo
2021-11-24 11:43:18 +01:00
committed by GitHub
parent a470f7b479
commit 75996cb62b
107 changed files with 141 additions and 136 deletions

View File

@@ -1,5 +1,5 @@
import { parse } from "@babel/core";
import syntaxDecorators from "../lib";
import syntaxDecorators from "../lib/index.js";
function makeParser(code, options) {
return () =>