Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxingbaoyu committed Jan 12, 2023
1 parent 8a71976 commit 0368d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-core/test/config-ts.js
Expand Up @@ -41,7 +41,7 @@ describe("@babel/core config with ts", () => {
semver.gte(process.version, "12.0.0")
? it
: it.skip("should work with ts-node", async () => {
const service = import("ts-node").register({
const service = eval("import('ts-node')").register({
experimentalResolver: true,
compilerOptions: {
module: "CommonJS",
Expand Down

0 comments on commit 0368d5a

Please sign in to comment.