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