Move testing to ava

Fixes #181.
This commit is contained in:
Kevin Martensson 2017-07-23 17:24:08 +02:00
parent 5cdd9eddf8
commit 3a98f71594
9 changed files with 402 additions and 356 deletions

4
test/_fixture.js Normal file
View file

@ -0,0 +1,4 @@
'use strict';
const chalk = require('..');
console.log(chalk.hex('#ff6159')('test'));