We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bed5338 commit efc1bb9Copy full SHA for efc1bb9
test/table-test.js
@@ -1,6 +1,6 @@
1
describe('@api Table ', function () {
2
const Table = require('..');
3
- const colors = require('@color/colors/safe');
+ const colors = require('@colors/colors/safe');
4
5
it('wordWrap with colored text', function () {
6
let table = new Table({ style: { border: [], head: [] }, wordWrap: true, colWidths: [7, 9] });
0 commit comments