Skip to content

Commit

Permalink
Change import
Browse files Browse the repository at this point in the history
Co-authored-by: Arya Emami <[email protected]>
  • Loading branch information
EskiMojo14 and aryaemami59 authored Sep 27, 2024
1 parent 2d0d0b6 commit ff26af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/reduceReducers.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import reduceReducers from "@internal/reduceReducers";
import reduceReducers from 'redux'

Check failure on line 1 in test/reduceReducers.spec.ts

View workflow job for this annotation

GitHub Actions / Lint, Test, Build & Pack on Node 20.x

Unhandled error

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

Check failure on line 1 in test/reduceReducers.spec.ts

View workflow job for this annotation

GitHub Actions / Lint, Test, Build & Pack on Node 20.x

Unhandled error

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

describe('Utils', () => {
describe('reduceReducers', () => {
Expand Down

0 comments on commit ff26af6

Please sign in to comment.