Cuong Luu
Cuong Luu
We've been using this library for a while now and it works very well. I just got a new Macbook Pro 2021 and getting an issue using this library. Just...
For example ``` const ReportLink = ({ href }) => ( This is a link ); const props = { href: '/link/to' } const reportLink = shallow(); expect(reportLink).to.have.attr('href').equal(props.href); ``` Gives...
My changelog is generated by Lerna and looks something like this ``` # [12.98.0](https://some-git-link) (2022-08-23) ### Features * **jira-1234:** add some new stuff [incomplete] ([24b358b](https:git-some-link)) ``` When parsed, I use...
The package.json suggests this should work with `"node": ">= 0.8.0"`. I'm using 0.12 at the moment and get the following error ``` Warning: /Users/luuc04/morph/morph-modules/comments-view/node_modules/grunt-cucumberjs/node_modules/cucumber-html-reporter/node_modules/fs-extra/lib/index.js:3 const assign = require('./util/assign') ^^^^^ Use...