We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6f5287 commit f926678Copy full SHA for f926678
test/verify-legacy-compatibility-test.js
@@ -1,3 +1,4 @@
1
+jest.mock('colors/safe', () => jest.requireActual('@colors/colors/safe'));
2
(function () {
3
describe('verify original cli-table behavior', function () {
4
commonTests(require('cli-table'));
0 commit comments