Skip to content

Commit 6d247b7

Browse files
committed
fix: unit test cases
1 parent 8f5f7fc commit 6d247b7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/contentstack-auth/test/unit/message-handler.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { expect } from 'chai';
2-
import { messageHandler } from '@contentstack/cli-utilities';
2+
import pkg from '@contentstack/cli-utilities';
3+
const { messageHandler } = pkg;
34

45
describe('Message Handler', () => {
56
it('parse with invalid message key, returns the key itself', function () {

0 commit comments

Comments
 (0)