UNPKG

adastra-ui-comment

Version:

Testing locally 1) in this file - `npm i` install dependencies - `npm run build` or `npm run tsc` to build your module 2) in childApp - in package.json under dependencies add ui-astra-assets with file:(relativePathToRepo) - "ui-astra-a

17 lines 405 B
describe('CommentSection', () => { const commentProps = { comments: [], users: [], threadId: '', replyUser: '', }; let props; beforeAll(() => { props = Object.assign({}, commentProps); props.fetchComments = jest.fn(); props.fetchUsers = jest.fn(); }); afterAll(() => { }); }); //# sourceMappingURL=CommentList.test.js.map