Skip to content

Create reduceReducers util #1355

Create reduceReducers util

Create reduceReducers util #1355

Triggered via pull request September 27, 2024 13:42
Status Failure
Total duration 49s
Artifacts

test.yaml

on: pull_request
Check for changes
4s
Check for changes
Matrix: build
Matrix: Check package config with are-the-types-wrong
Matrix: Test against dist
Matrix: test-published-artifact
Matrix: test-types
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Unhandled error: test/reduceReducers.spec.ts#L1
TypeCheckError: Module '"/home/runner/work/redux/redux/src/index"' has no default export. Did you mean to use 'import { reduceReducers } from "/home/runner/work/redux/redux/src/index"' instead? ❯ test/reduceReducers.spec.ts:1:8
test/reduceReducers.spec.ts > Utils > reduceReducers > accepts an initial state argument: test/reduceReducers.spec.ts#L16
TypeError: default is not a function ❯ test/reduceReducers.spec.ts:16:24
test/reduceReducers.spec.ts > Utils > reduceReducers > can accept the preloaded state of the first reducer: test/reduceReducers.spec.ts#L23
TypeError: default is not a function ❯ test/reduceReducers.spec.ts:23:24
test/reduceReducers.spec.ts > Utils > reduceReducers > accepts undefined as initial state: test/reduceReducers.spec.ts#L30
TypeError: default is not a function ❯ test/reduceReducers.spec.ts:30:24
Lint, Test, Build & Pack on Node 20.x
Process completed with exit code 1.