We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5927586 commit 45fd6b4Copy full SHA for 45fd6b4
1 file changed
src/formatter/formatTreeNode.spec.js
@@ -77,7 +77,7 @@ bar`);
77
78
it('should escape template string interpolation marker', () => {
79
expect(formatTreeNode({ type: 'string', value: '${' }, true, 0, {})).toBe(
80
- '{`\\${`}'
+ ['{`\\', '{`}'].join('$')
81
);
82
});
83
0 commit comments