Meta tweaks

This commit is contained in:
Sindre Sorhus 2019-07-12 13:51:07 +07:00
parent af4a078245
commit 655653bb0c
16 changed files with 19 additions and 24 deletions

View file

@ -4,7 +4,7 @@ import test from 'ava';
// Spoof supports-color
require('./_supports-color')(__dirname);
const chalk = require('..');
const chalk = require('../source');
test('return an empty string for an empty literal', t => {
const instance = new chalk.Instance();