Skip to content

fix(deps): update dependency browserslist to v4.24.4 #204

fix(deps): update dependency browserslist to v4.24.4

fix(deps): update dependency browserslist to v4.24.4 #204

Triggered via pull request September 25, 2024 03:40
Status Failure
Total duration 35s
Artifacts

nanobundle-integration.yml

on: pull_request
Checking chores
26s
Checking chores
Running unit tests
21s
Running unit tests
Fit to window
Zoom out
Zoom in

Annotations

2 errors
src/context.test.ts > parseConfig > node platform > platform should be node when engines.node exist: packages/nanobundle/src/context.test.ts#L209
AssertionError: expected { cwd: '/project', …(24) } to deeply equal { cwd: '/project', …(24) } - Expected + Received Object { "bundle": true, "cwd": "/project", "declaration": false, "externalDependencies": Array [], "forceExternalDependencies": Array [], "importMapsPath": "/project/package.json", "jsx": undefined, "jsxDev": false, "jsxFactory": "React.createElement", "jsxFragment": "Fragment", "jsxImportSource": "react", "legalComments": true, "manifest": Object { "engines": Object { "node": ">=16.0.0", }, "name": "package", }, "module": "commonjs", "outDir": "lib", "platform": "node", "reporter": ViReporter { "captureException": [Function spy], "debug": [Function spy], "error": [Function spy], "info": [Function spy], "warn": [Function spy], }, "resolvePath": Any<Function>, "resolveRelativePath": Any<Function>, "rootDir": "src", "sourcemap": true, "standalone": false, "targets": Array [ "chrome96", "firefox115", - "edge124", + "edge127", "ios15.6", - "safari17.4", + "safari17.5", "node16.0.0", "deno1.9", ], "tsconfigPath": undefined, "verbose": false, } ❯ src/context.test.ts:209:22
Running unit tests
Process completed with exit code 1.