Skip to content

Commit efc1bb9

Browse files
committed
cli-table#272 - Fix to dependency typo in table-test
1 parent bed5338 commit efc1bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/table-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
describe('@api Table ', function () {
22
const Table = require('..');
3-
const colors = require('@color/colors/safe');
3+
const colors = require('@colors/colors/safe');
44

55
it('wordWrap with colored text', function () {
66
let table = new Table({ style: { border: [], head: [] }, wordWrap: true, colWidths: [7, 9] });

0 commit comments

Comments
 (0)