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 524f035 commit 3464d9eCopy full SHA for 3464d9e
lib/transformations/utils.test.js
@@ -152,7 +152,7 @@ var a = { plugs: [] }
152
expect(j(literal).toSource()).toMatchSnapshot();
153
});
154
it('should create boolean', () => {
155
- const literal = utils.createLiteral(j, 'true');
+ const literal = utils.createIdentifierOrLiteral(j, 'true');
156
157
158
0 commit comments