From 9b44456c77d41e7cbd771705f5cf8d12ffa05e10 Mon Sep 17 00:00:00 2001 From: speedytwenty Date: Tue, 29 Mar 2022 18:27:52 -0600 Subject: [PATCH] #196 - Fix to failing unit tests --- test/verify-legacy-compatibility-test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/verify-legacy-compatibility-test.js b/test/verify-legacy-compatibility-test.js index 75e3987..dd31800 100644 --- a/test/verify-legacy-compatibility-test.js +++ b/test/verify-legacy-compatibility-test.js @@ -1,3 +1,4 @@ +jest.mock('colors/safe', () => jest.requireActual('@colors/colors/safe')); (function () { describe('verify original cli-table behavior', function () { commonTests(require('cli-table'));