File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
node_js :
3
+ - ' 6'
3
4
- ' 4'
4
- - ' node'
5
+ - ' 0.12'
6
+ - ' 0.10'
5
7
after_success : npm run coveralls
Original file line number Diff line number Diff line change 57
57
"strip-ansi" : " ^3.0.1"
58
58
},
59
59
"devDependencies" : {
60
- "ava" : " ^0.16 .0" ,
60
+ "ava" : " ^0.17 .0" ,
61
61
"chalk" : " ^1.1.0" ,
62
62
"coveralls" : " ^2.11.4" ,
63
63
"has-ansi" : " ^2.0.0" ,
64
64
"nyc" : " ^6.2.1" ,
65
65
"strip-ansi" : " ^3.0.0" ,
66
- "xo" : " * "
66
+ "xo" : " ^0.16.0 "
67
67
}
68
68
}
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ import hasAnsi from 'has-ansi';
4
4
import stripAnsi from 'strip-ansi' ;
5
5
import fn from './' ;
6
6
7
+ chalk . enabled = true ;
8
+
7
9
// when "hard" is false
8
10
9
11
const fixture = 'The quick brown ' + chalk . red ( 'fox jumped over ' ) + 'the lazy ' + chalk . green ( 'dog and then ran away with the unicorn.' ) ;
You can’t perform that action at this time.
0 commit comments