Skip to content

Commit 4848f90

Browse files
committed
[test] Add test fixture for producing logging output.
1 parent 73b10be commit 4848f90

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/fixtures/logs.js

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
for (var i = 0; i < 10; i++) {
3+
console.log('stdout %d', i);
4+
console.error('stderr %d', i);
5+
}

0 commit comments

Comments
 (0)