Kyle Galvin

Results 7 comments of 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...

How does this solve the issue in a containerized environment, where we usually just have a single docker command/entrypoint? It would be really nice to have exactly what @garymoon suggests:...

I was searching for a solution to this, and found myself landing on this same thread 2 months down the line. I have hacks and workarounds for the time being,...