Nicholas Zacca
Nicholas Zacca
**Context:** - Playwright Version: 1.22.1 - Operating System: Windows - Node.js version: 16.13.2 - Browser: Chrome **Code Snippet** ```javascript import { test } from "@playwright/test"; // This works as expected...
## I'm submitting a... - [ ] Regression (a behavior that used to work and stopped working in a new release) - [x] Bug report - [ ] Performance issue...
**Describe the bug** When running tests in Jest for an Angular app, we are receiving an error after updating to imask `6.4.2` from `6.1.0`. ```bash TypeError: (0 , import_imask.default) is...
### Describe the bug When an `NgModule` follows the `forRoot` pattern (https://angular.io/guide/singleton-services#prevent-reimport-of-the-greetingmodule), the module appears to be loaded twice and produces a runtime error indicating that the module was already...
### Current Behavior When `nxViteTsPaths` is used in a vite config, and the project contains imports using file extensions, the build/test/serve fails as the modules cannot be resolved properly. Ex....
### Current Behavior When Project Crystal is used with vitest, the command that vitest generates uses `vitest run` which prevents entering watch mode. ### Expected Behavior Watch mode should work...