refactor and extract the RegExp escaping
This commit is contained in:
parent
1956792293
commit
763b167349
3 changed files with 9 additions and 19 deletions
2
test.js
2
test.js
|
|
@ -1,6 +1,6 @@
|
|||
'use strict';
|
||||
var assert = require('assert');
|
||||
var chalk = require('./index');
|
||||
var chalk = require('./');
|
||||
|
||||
describe('chalk', function () {
|
||||
it('should style string', function () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue