-
### Current Behavior
I have nx layout
- apps
- libs
- uikit
- helpers
- some-other-lib-with-typescript-errors
when I create unit test inside uikit and impo…
-
**Describe the bug**
Hi,
I upgraded from 3.1.7 to 3.2.3 and now when I run the tests (with `pluginVisualRegressionUpdateImages: false`) the baseline images (something-something#0.png) is also modifi…
-
## Current Behavior
The error `Jest encountered an unexpected token` when writing a test for a library that depends on another library, coming from the export statement.
This is a fresh reposi…
-
## Current Behavior
CodeCoverage on Node 10 fails when coverage provider is v8
## Expected Behavior
It should work
## Steps to Reproduce
Generate empty angular application with Nx and upd…
-
### Current Behavior
when running `nx test` on any project after migrating from nx 15.7 to 15.8.1, I get the following error:
```
/Users/me/code/project/node_modules/jest-runner/build/index.js:…
-
## Current Behavior
Jest fails with an empty test file even when `passWithNoTests` flag is set to true.
```
...
"test": {
"executor": "@nrwl/jest:jest",
"outputs": [
…
-
Vite 4.2 is out, but it breaks our development workflow. It's not clear why.
- [Internal thread](https://cypressio.slack.com/archives/C011BAPC614/p1679345453813889)
Reproduce:
```
# Update t…
-
## Current Behavior
When a nx-plugin containing a dash in its name, 'my-plugin' as an example, is generated, the default e2e tests fail because the generated schematic follows the same name as …
-
## Current Behavior
When I run tests with storyshots the test(s) fail with "Your test suite must contain at least one test"
## Expected Behavior
I expect it to run my tests
This has worked for…
-
### Current Behavior
I've migrated from 14.5.10 to 14.6.0 (also tried higher versions) with **@nrwl/workspace@14.6.0** and **nx migrate --run-migrations**. After successful migrating I started gett…