Update to latest ansi-styles
This commit is contained in:
parent
a66c486301
commit
879defda72
4 changed files with 8 additions and 9 deletions
2
test.js
2
test.js
|
|
@ -49,7 +49,7 @@ describe('chalk.enabled', function () {
|
|||
|
||||
describe('chalk.styles', function () {
|
||||
it('should expose the styles as ANSI escape codes', function () {
|
||||
assert.equal(chalk.styles.red[0], '\x1b[31m');
|
||||
assert.equal(chalk.styles.red.open, '\x1b[31m');
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue