Skip to content

Commit 194c4de

Browse files
committed
Skip Windows testing for the moment
1 parent 2f54d43 commit 194c4de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/level.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@ const getLevel = function({ opts, info }) {
2020
return defaultGetLevel(info)
2121
}
2222

23+
// TODO: remove `istanbul` comment once Windows is tested
24+
// istanbul ignore next
2325
const supportsUnicode = platform !== 'win32' || TERM === 'xterm-256color'
2426
// Each level is printed in a different way
27+
// istanbul ignore next
2528
const LEVELS = {
2629
debug: {
2730
COLOR: 'blue',

0 commit comments

Comments
 (0)