Skip to content

Commit

Permalink
Fixed!
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Nov 3, 2023
1 parent f4f55b0 commit cdd65e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-core/test/errors-stacks.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function expectError(run) {
const fixture = name => path.join(__dirname, "fixtures/errors", name);

describe("@babel/core errors", function () {
it.only("error inside config function", function () {
it("error inside config function", function () {
expectError(() => {
babel.parseSync("foo;", {
root: fixture("error-config-function"),
Expand Down

0 comments on commit cdd65e2

Please sign in to comment.