Skip to content

Commit 49e0d8b

Browse files
committed
\n
1 parent 0a46ee2 commit 49e0d8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/@aws-cdk/cloudformation-diff/test/format.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ const formatter = new Formatter(process.stdout, {});
66
test('format value can handle partial json strings', () => {
77
const output = formatter.formatValue({ nice: 'great', partialJson: '{"wow": "great' }, chalk.red);
88
expect(output).toEqual(chalk.red('{\"nice\":\"great\",\"partialJson\":\"{\\\"wow\\\": \\\"great\"}'));
9-
});
9+
});

0 commit comments

Comments
 (0)