We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7859c01 commit d44a074Copy full SHA for d44a074
test/utils/isAction.spec.ts
@@ -1,4 +1,4 @@
1
-import { isAction } from 'redux'
+import isAction from '@internal/utils/isAction'
2
3
describe('isAction', () => {
4
it('should only return true for plain objects with a string type property', () => {
0 commit comments