We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa02069 commit ff4888bCopy full SHA for ff4888b
test/log-update.tsx
@@ -3,7 +3,7 @@ import ansiEscapes from 'ansi-escapes';
3
import logUpdate from '../src/log-update.js';
4
import createStdout from './helpers/create-stdout.js';
5
6
-test('renders and updates output', t => {
+test('standard rendering - renders and updates output', t => {
7
const stdout = createStdout();
8
const render = logUpdate.create(stdout);
9
@@ -18,7 +18,7 @@ test('renders and updates output', t => {
18
);
19
});
20
21
-test('skips identical output', t => {
+test('standard rendering - skips identical output', t => {
22
23
24
0 commit comments