Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxingbaoyu committed May 13, 2024
1 parent 7850a87 commit e2dc117
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/babel-traverse/test/path/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { NodePath } from "../../lib/index.js";
import { itBabel7 } from "$repo-utils";
import { itBabel7NoESM } from "$repo-utils";

describe("NodePath", () => {
describe("setData/getData", () => {
Expand Down Expand Up @@ -64,7 +64,7 @@ describe("NodePath", () => {
});
});

itBabel7("methods babel 7", () => {
itBabel7NoESM("methods babel 7", () => {
const path = new NodePath({}, {});
const keys = Object.keys(Object.getPrototypeOf(path)).sort();

Expand Down

0 comments on commit e2dc117

Please sign in to comment.