Merge ee9405d00f into 05f87e25e1
This commit is contained in:
commit
f3f1f4e06b
1 changed files with 4 additions and 0 deletions
4
test.js
4
test.js
|
|
@ -72,6 +72,10 @@ describe('chalk', function () {
|
|||
it('line breaks should open and close colors', function () {
|
||||
assert.equal(chalk.grey('hello\nworld'), '\u001b[90mhello\u001b[39m\n\u001b[90mworld\u001b[39m');
|
||||
});
|
||||
|
||||
it('line breaks should open and close colors', function () {
|
||||
assert.equal(chalk.grey('hello\nworld'), '\u001b[90mhello\u001b[39m\n\u001b[90mworld\u001b[39m');
|
||||
});
|
||||
});
|
||||
|
||||
describe('chalk on windows', function () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue