Update to latest ansi-styles

This commit is contained in:
Sindre Sorhus 2013-12-08 01:02:35 +01:00
parent a66c486301
commit 879defda72
4 changed files with 8 additions and 9 deletions

View file

@ -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');
});
});