Skip to content

Commit

Permalink
use internal import
Browse files Browse the repository at this point in the history
  • Loading branch information
EskiMojo14 committed Nov 20, 2023
1 parent 7859c01 commit d44a074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils/isAction.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { isAction } from 'redux'
import isAction from '@internal/utils/isAction'

describe('isAction', () => {
it('should only return true for plain objects with a string type property', () => {
Expand Down

0 comments on commit d44a074

Please sign in to comment.