Skip to content

Commit

Permalink
Fix to failing unit tests (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
speedytwenty committed Mar 30, 2022
1 parent f6f5287 commit f926678
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/verify-legacy-compatibility-test.js
Original file line number Diff line number Diff line change
@@ -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'));
Expand Down

0 comments on commit f926678

Please sign in to comment.