-
**问题描述**
在AtForm或者Taro form组件里面的AtInput没有渲染出Input输入框. html里面没有Input元素
```js
import { View } from '@tarojs/components'
import { useLoad } from '@tarojs/taro'
import './index.less'
import { At…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Awaiting Schedule
These upda…
-
### Current Behavior
Linting is sometimes failing in CI, not consistently due to an error with `prettier/prettier` rule.
We're using prettier v3.3.3
### Expected Behavior
Should not fail
### GitH…
-
**Summary**
When multiple promises are awaited in a for loop, jest gives correct test result (making sure all of them ran), while stryker reports error with 'child process exited unexpectedly'
S…
-
### Current Behavior
`nx affected` randomly fails
### Expected Behavior
`nx affected` should work everytime without fail
### Github Repo
_No response_
### Steps to Reproduce
Impossible to repro…
-
Usage of `worker-farm` in a jest runner:
- breaks jest's `--runInBand` option
- breaks jest's `--max-concurrent-workers` option
- `jest-worker` is already handling the concurrency behavior
- the s…
-
### Describe the bug
cannot run react-native with latests versions
```
error Unable to resolve module storybook/internal/preview-api from /Users/alain/myproject/node_modules/@storybook/addon-…
-
FAIL bin/constants/index.js
● Test suite failed to run
TypeError: CLIEngine is not a constructor
at getCachedValues (node_modules/jest-runner-eslint/build/runner/runESLint.js:44:17…
-
**Question**
Are there plans to support Svelte?
**Stryker environment**
```
├── @stryker-mutator/core@4.6.0
├── @stryker-mutator/jest-runner@4.6.0
├── @stryker-mutator/typescript-checker…
-
Jest has the option to support custom "runners"
A couple of examples:
• https://www.npmjs.com/package/jest-runner-eslint
• https://www.npmjs.com/package/jest-runner-stylelint
Each of the above…