-
### Vue version
3.3.2
### Link to minimal reproduction
https://github.com/vojvodics/vue3.3.1-jest-reproduction-example
### Steps to reproduce
Clone reproduction repository and run `npm …
-
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…
-
### Current Behavior
The following command doesn't finish in a terminal:
```
node myscript.js
```
If myscript is (simplest use case I could create):
```
const {createProjectGraphAsync} = requir…
-
Hello,
could you add some example of testing a component that uses Routify (or its part like `url`)?
This would improve our experience and avoid struggling with configuration in the future.
For…
-
### Preliminary Checks
- [X] I have reviewed the documentation: https://clerk.com/docs
- [X] I have searched for existing issues: https://github.com/clerk/javascript/issues
- [X] I have not already…
-
### Current Behavior
I've noticed that `namedInputs` within a `project.json` is not impacting the outcome of nx affected, which according to a conversation I had with @AgentEnder on Discord last week…
-
Create tests with ts-jest, at least mocking discord.js and streams
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
Properly mock discord.js objects and use mocha/chai/jest to integration test at least all commands
Haiyn updated
3 years ago
-
### Describe your suggestion
The second article in the assignments: [mocking child components](https://medium.com/@taylormclean15/jest-testing-mocking-child-components-to-make-your-unit-tests-more-…