-
## 🐛 Bug Report
If the package.json changes, a dependency change like enzyme or jest itself might cause test failures. But changedSince ignores it. Our CI process runs tests changed since master (a…
-
### Version
29.7.0
### Steps to reproduce
1. Clone repo @ https://github.com/MikeRippon/jest-luxon-bug
2. `npm i`
3. `npm run test`
### Expected behavior
There should be exactly one test failur…
-
I am trying to mock the `this.$q.notify` but have not had any luck. I have asked in Discord but no response.
```
beforeEach(() => {
wrapper = mount(CartView, {
global: { plugins: [Store]…
khteh updated
4 months ago
-
## Summary
What is the current strategy / timeline for upgrading Gridsome to use [Vue Next (3.x)](https://github.com/vuejs/vue-next)?
### Request for Basic examples
I would love to see an off…
-
### Version
27.1.1
### Steps to reproduce
I prepared an example [here](https://github.com/o-alexandre-felipe/jest-onnxruntime), simply run `npm install` then you have the `node run.js` that s…
-
## 🐛 Bug Report
When an assertion fails where either the expected or actual value is circular, and both values are objects, jest encounters an error stating it failed to convert a circular struct…
voces updated
2 months ago
-
### Version
29.7.0
### Steps to reproduce
```ts
import { describe, expect, it } from '@jest/globals'
import { generateRandomInteger } from './random.utils'
const flakyTestAttempts = 10…
-
### Version
29.7.0
### Steps to reproduce
when I run npm jest, in node_modules/jest/bin/ the file jest.js is generated.
the file in my case is located in :C:\Users\**Gorrito's Laptop**\Documen…
-
### Version
3.3.2
### Steps to reproduce
1. Create any test file
2. Mock any package that is used by dependencies of your project such as "node-fetch"
3. Call jest.mock("package-name") at the top…
-
### Describe the bug
[RUN_FASTLANE] ▸ ** ARCHIVE FAILED **
[RUN_FASTLANE] ▸ The following build commands failed:
[RUN_FASTLANE] ▸ SwiftCompile normal arm64 Compiling\ noop-file.swift /var/folders/x…