2022-10-10 17:01:34 +02:00

2 lines
94 B
JavaScript

export const Pre = (args) => `<pre data-testid="pre">${JSON.stringify(args, null, 2)}</pre>`;