MIRROR: javascript for ๐Ÿœ's, a tiny runtime with big ambitions
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

update spec

+1 -1
+1 -1
examples/spec/console.js
··· 86 86 'hits: 1\n' 87 87 ]); 88 88 89 - testDeep('Console instance stderr routing', stderrSink.chunks, [ 89 + testDeep('Console instance stderr routing', stderrSink.chunks.slice(0, 4), [ 90 90 'problem\n', 91 91 'warning\n', 92 92 'Assertion failed: boom\n',