Kyle Galvin
Kyle Galvin
It seems there is no way to send the required url parameter into jsdom allowing mocha tests to use localstorage. This has been a hard requirement since jsdom v11.12.0 (6...
My application tests run in node rather than the browser. The lack of server-side fetch API (and typescript bindings to match) has become a show-stopper. This issue looks like the...
TypeORM has sql.js support. https://www.npmjs.com/package/typeorm I know it's not the answer you hoped for, but TypeORM can be used in javascript projects and I personally find it to be the...
I have a project that hooks into travisCI on push, and there is no database in that environment to run tests against. I have been fussing with mock libraries on...
When trying to understand this exact issue, this was one of the first links to pop up. @landism alludes to a way 'to get rid of it', but doesn't go...