-
By the default the AWS Lambda run fail with this error message
```
Could not find hanami-2.1.1, hanami-assets-2.1.0, hanami-controller-2.1.0, hanami-lambda-0.2.0, hanami-router-2.1.0, hanami-valid…
-
In the recent collaborator summit, one thing that many people mentioned as a blocker for ESM migration was Jest support for ESM. I noticed that [Vitest](https://vitest.dev/) claims to be both “Jest co…
-
I'd like to write unit tests around my web socket message handling and I haven't been able to think of a good way to assert on the response my code sends back to the socket. It looks like in the tests…
dpick updated
5 years ago
-
Hammer.js fails in node since window is undefined. Also document.
Line 2568 assumes window -
https://github.com/hammerjs/hammer.js/blob/master/hammer.js#L2568
We're trying to run a bundle produced …
-
If a file is in the bucket but not present locally, the bucket file should be deleted.
Prompt the user before deleting, since auto-deletion is scary!
-
Is there are any interest in refactoring the code to improve the mockability of modules. The last time I unit tested a meanjs application, I had to create a testing database and set up a testing serv…
-
I have the following file that handles my sendgrid set up.
```ts
import sgMail from '@sendgrid/mail';
const sendGridApiKey = process.env.SENDGRID_API_KEY;
if (!sendGridApiKey) {
throw new…
-
## Summary
We are currently using the integration test suite for gRPC endpoints and CLI commands. This is redundant if we are also writing integration tests for the server implementation. This …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
When I send http request to api, api will hang when connect to MySQL.
After recording and ru…
-
After upgrading to v2, the code copied from the [documentation](https://v1.mswjs.io/docs/extensions/life-cycle-events#asserting-request-payload) is not functioning properly.
```typescript
function…