forked from orbit-oss/chalk
Move testing to ava (#182)
This commit is contained in:
parent
e8d28f3041
commit
4c4eb1fd0a
10 changed files with 371 additions and 356 deletions
4
test/_fixture.js
Normal file
4
test/_fixture.js
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
'use strict';
|
||||
const chalk = require('..');
|
||||
|
||||
console.log(chalk.hex('#ff6159')('test'));
|
||||
Loading…
Add table
Add a link
Reference in a new issue