Skip to content

Commit f926678

Browse files
authored
Fix to failing unit tests (#283)
1 parent f6f5287 commit f926678

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/verify-legacy-compatibility-test.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
jest.mock('colors/safe', () => jest.requireActual('@colors/colors/safe'));
12
(function () {
23
describe('verify original cli-table behavior', function () {
34
commonTests(require('cli-table'));

0 commit comments

Comments
 (0)