chore(deps): update all patch dependencies #242
Annotations
2 errors and 2 warnings
tests/config.test.ts > Should compose create Rsbuild config correctly > Merge Rsbuild config:
packages/core/tests/config.test.ts#L188
Error: Snapshot `Should compose create Rsbuild config correctly > Merge Rsbuild config 1` mismatched
- Expected
+ Received
@@ -2,11 +2,11 @@
{
"config": {
"dev": {
"progressBar": false,
},
- "mode": "none",
+ "mode": "production",
"output": {
"distPath": {
"js": "./",
},
"filename": {
@@ -77,11 +77,11 @@
{
"config": {
"dev": {
"progressBar": false,
},
- "mode": "none",
+ "mode": "production",
"output": {
"distPath": {
"js": "./",
},
"filename": {
@@ -150,11 +150,11 @@
{
"config": {
"dev": {
"progressBar": false,
},
- "mode": "none",
+ "mode": "production",
"output": {
"distPath": {
"js": "./",
},
"filename": {
❯ tests/config.test.ts:188:35
|
ut-mac (18.x)
Process completed with exit code 1.
|
ut-mac (18.x)
Unexpected input(s) 'predicate-quantifier', valid inputs are ['token', 'working-directory', 'ref', 'base', 'filters', 'list-files', 'initial-fetch-depth']
|
e2e-ubuntu (18.x)
Unexpected input(s) 'predicate-quantifier', valid inputs are ['token', 'working-directory', 'ref', 'base', 'filters', 'list-files', 'initial-fetch-depth']
|