Skip to content

Commit 3464d9e

Browse files
fix: use correct test function (#129)
1 parent 524f035 commit 3464d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/transformations/utils.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ var a = { plugs: [] }
152152
expect(j(literal).toSource()).toMatchSnapshot();
153153
});
154154
it('should create boolean', () => {
155-
const literal = utils.createLiteral(j, 'true');
155+
const literal = utils.createIdentifierOrLiteral(j, 'true');
156156
expect(j(literal).toSource()).toMatchSnapshot();
157157
});
158158
});

0 commit comments

Comments
 (0)