Jonnie
Jonnie
To reproduce: ``` $ yo angular --coffee ``` ``` $ grunt test ``` ``` Warning: Task "karma" not found. Use --force to continue. Aborted due to warnings. Execution Time (2014-07-23...
Need to convert all CoffeeScript to JavaScript. Simply because HTML, CSS, JavaScript rule.
Need to add the upload list/create actions and logic with server side code and unit/e2e tests. 80% coverage.
Need to add logic to create and load plugins that are specified in bootstrapping.
1st issue - Is that `Document` was not defined when trying to compile. `tsconfig.json` was resolved with the following fix: ``` "lib": ["es2016", "DOM"], ``` 2nd Issue - Is that...
Consuming project and running `jest` produces the following output. ``` /node_modules/@momentum-ui/react-collaboration/dist/cjs/index.js:4 export { Accordion, AccordionGroup, AccordionHeader, AccordionContent, ActivityButton, Alert, AlertBanner, AlertCall, AlertCallContainer, AlertContainer, AlertMeeting, Avatar, Badge, Breadcrumbs, Button, ButtonGroup, CallControl,...