We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a46ee2 commit 49e0d8bCopy full SHA for 49e0d8b
1 file changed
packages/@aws-cdk/cloudformation-diff/test/format.test.ts
@@ -6,4 +6,4 @@ const formatter = new Formatter(process.stdout, {});
6
test('format value can handle partial json strings', () => {
7
const output = formatter.formatValue({ nice: 'great', partialJson: '{"wow": "great' }, chalk.red);
8
expect(output).toEqual(chalk.red('{\"nice\":\"great\",\"partialJson\":\"{\\\"wow\\\": \\\"great\"}'));
9
-});
+});
0 commit comments