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 May 30, 2020
1 parent 4a55127 commit c1a1090
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 c1a1090

Please sign in to comment.