We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f5f7fc commit 6d247b7Copy full SHA for 6d247b7
1 file changed
packages/contentstack-auth/test/unit/message-handler.test.ts
@@ -1,5 +1,6 @@
1
import { expect } from 'chai';
2
-import { messageHandler } from '@contentstack/cli-utilities';
+import pkg from '@contentstack/cli-utilities';
3
+const { messageHandler } = pkg;
4
5
describe('Message Handler', () => {
6
it('parse with invalid message key, returns the key itself', function () {
0 commit comments