Move testing to ava (#182)

This commit is contained in:
Kevin Mårtensson 2017-07-23 22:17:33 +02:00 committed by Sindre Sorhus
parent e8d28f3041
commit 4c4eb1fd0a
10 changed files with 371 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'));