Skip to content

Commit ff4888b

Browse files
committed
test: update name
1 parent fa02069 commit ff4888b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/log-update.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import ansiEscapes from 'ansi-escapes';
33
import logUpdate from '../src/log-update.js';
44
import createStdout from './helpers/create-stdout.js';
55

6-
test('renders and updates output', t => {
6+
test('standard rendering - renders and updates output', t => {
77
const stdout = createStdout();
88
const render = logUpdate.create(stdout);
99

@@ -18,7 +18,7 @@ test('renders and updates output', t => {
1818
);
1919
});
2020

21-
test('skips identical output', t => {
21+
test('standard rendering - skips identical output', t => {
2222
const stdout = createStdout();
2323
const render = logUpdate.create(stdout);
2424

0 commit comments

Comments
 (0)