-
## Idea
Re-write this library mostly from the ground up (copying some stuff over as needed)
## Reason
This repo is old, updating dependencies is no longer possible (requires ESM re-write). …
-
Node: 12.16.3
Jest: 26.0.1
This is the config
> module.exports = {
> verbose: true,
> moduleFileExtensions: ["js", "json", "ts"],
> globals: {
> 'ts-jest': {
> tsconfig: {
> t…
-
**Describe the bug**
This is not a bug, just a question.
I use `--onlyFailures` to make our tests more stable.
We can use it for no-watch mode now.
https://github.com/facebook/jest/pull/10678
…
-
We're currently using jest as a test runner for testing angular applications using playwright. In the angular ecosystem tools usually integrate with the `@angular/cli` by providing a builder, so our `…
-
### Clear and concise description of the problem
As a developer using Vitest, I want to be able to read a Playwright comparison so that I understand which tool to use in which situation.
### Sug…
-
### 🚀 Feature Request
We use Bazel which manages it's own sharding layer logic. Because of this, I don't have the luxury of modify the CLI command each time I want to run a given shard. I'd like to r…
-
### Context
Thank you @quentinderoubaix for raising the points.
### Proposal
- [x] Jest is broken without manual changes (`npm run test -w webapp` fails)
Tracked via #1606
- [x] `angular.j…
-
- [x] Migrate existing tests from QUnit to Jest. Should be simple as QUnit's `assert` is quite similar to Node.js `assert` module – so most test assertions themselves wouldn't need to be changed. Howe…
-
Playwrightを使用する。
基本的に画面はE2Eテスト。コンポーネントはJestを使用する方針でいく。
-
### Current Behavior
Various `nx` command error on fresh install using `pnpm dlx create-nx-workspace --pm pnpm`
It failed on
- `pnpm dlx nx report`
- `pnpm dlx nx g @nx/eslint:convert-to-flat-co…