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 Jul 15, 2020
1 parent f7f95b7 commit 49dd6d3
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 49dd6d3

Please sign in to comment.