Skip to content

Commit

Permalink
fix incorrect test macro
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Jun 30, 2020
1 parent b63abe7 commit ac91d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-standalone/test/preset-stage-1.test.js
@@ -1,4 +1,4 @@
(process.env.TEST_TYPE === "cov" ? describe : describe.skip)(
(process.env.TEST_TYPE === "cov" ? describe.skip : describe)(
"stage-1 preset",
() => {
const Babel = require("../babel");
Expand Down

0 comments on commit ac91d7b

Please sign in to comment.