Skip to content

fix: remove bundler info #72

fix: remove bundler info

fix: remove bundler info #72

Triggered via pull request July 8, 2024 14:58
@fi3eworkfi3ework
opened #29
info
Status Failure
Total duration 1m 8s
Billable time 2m
Artifacts

test-ubuntu.yml

on: pull_request
Matrix: e2e-ubuntu
Matrix: ut-mac
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
packages/core/tests/config.test.ts > Should compose create Rsbuild config correctly > Merge Rsbuild config: packages/core/tests/config.test.ts#L183
Error: Snapshot `Should compose create Rsbuild config correctly > Merge Rsbuild config 1` mismatched - Expected + Received @@ -25,10 +25,17 @@ ], }, "tools": { "htmlPlugin": false, "rspack": { + "experiments": { + "rspackFuture": { + "bundlerInfo": { + "force": false, + }, + }, + }, "externalsType": "commonjs", "output": { "library": { "type": "commonjs", }, @@ -60,10 +67,15 @@ "tools": { "htmlPlugin": false, "rspack": { "experiments": { "outputModule": true, + "rspackFuture": { + "bundlerInfo": { + "force": false, + }, + }, }, "externalsType": "module", "optimization": { "concatenateModules": true, }, @@ -99,10 +111,17 @@ "preEntry": "./a.js", }, "tools": { "htmlPlugin": false, "rspack": { + "experiments": { + "rspackFuture": { + "bundlerInfo": { + "force": false, + }, + }, + }, "externalsType": "umd", "output": { "library": { "type": "umd", }, ❯ packages/core/tests/config.test.ts:183: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']