We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7e6806 commit 3744545Copy full SHA for 3744545
packages/babel-traverse/test/evaluation.js
@@ -197,10 +197,12 @@ describe("evaluation", function () {
197
).toBe("?x=1");
198
199
if (process.env.BABEL_8_BREAKING) {
200
+ // eslint-disable-next-line jest/no-conditional-expect
201
expect(
202
getPath("btoa('babel');").get("body.0.expression").evaluate().value,
203
).toBe("YmFiZWw=");
204
205
206
207
getPath("atob('YmFiZWw=');").get("body.0.expression").evaluate().value,
208
).toBe("babel");
0 commit comments