Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
jakedahm
/
redux
Public
forked from
reduxjs/redux
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
redux
test
on
v0.12.0
User selector
All users
All time
Commit history
Commits on Jun 18, 2015
Fix the lint error
gaearon
committed
d052f55
View commit details
Copy full SHA for d052f55
View code at this point
Browse repository at this point
Check null/undefined case for isPlainObject
frankychung
committed
974b7b8
View commit details
Copy full SHA for 974b7b8
View code at this point
Browse repository at this point
Improve identity util test to check reference
Show description for d76b216
frankychung
committed
d76b216
View commit details
Copy full SHA for d76b216
View code at this point
Browse repository at this point
Add replacement utils for lodash modules + tests
frankychung
committed
3aef469
View commit details
Copy full SHA for 3aef469
View code at this point
Browse repository at this point
Commits on Jun 17, 2015
Test key is passed into iteratee for mapValues
Show description for a6efb92
frankychung
committed
a6efb92
View commit details
Copy full SHA for a6efb92
View code at this point
Browse repository at this point
mapValues util and unit test
frankychung
committed
1d968d0
View commit details
Copy full SHA for 1d968d0
View code at this point
Browse repository at this point
ooops, linting errors
johanneslumpe
committed
e232cf7
View commit details
Copy full SHA for e232cf7
View code at this point
Browse repository at this point
Ignorning non-func values
johanneslumpe
committed
185e652
View commit details
Copy full SHA for 185e652
View code at this point
Browse repository at this point
Commits on Jun 16, 2015
Expose DecoratedComponent as static property.
bradgignac
committed
464f30d
View commit details
Copy full SHA for 464f30d
View code at this point
Browse repository at this point
Merge pull request #98 from vramana/utilTests
Show description for 379ea8b
gaearon
committed
379ea8b
View commit details
Copy full SHA for 379ea8b
View code at this point
Browse repository at this point
Add a failing test for Connector#componentWillReceiveProps
gaearon
committed
71352ad
View commit details
Copy full SHA for 71352ad
View code at this point
Browse repository at this point
Test shallowEquality
vramana
committed
c5d9cd7
View commit details
Copy full SHA for c5d9cd7
View code at this point
Browse repository at this point
Commits on Jun 14, 2015
The old Redux instance should be used for dispatching
gaearon
committed
54f8e3c
View commit details
Copy full SHA for 54f8e3c
View code at this point
Browse repository at this point
Make test fail even if dispatch fails
aaronjensen
committed
22180bd
View commit details
Copy full SHA for 22180bd
View code at this point
Browse repository at this point
Add failing test for #90
aaronjensen
committed
96313a7
View commit details
Copy full SHA for 96313a7
View code at this point
Browse repository at this point
Commits on Jun 13, 2015
Merge pull request #79 from emmenko/consistent-naming
Show description for 5073538
gaearon
committed
5073538
View commit details
Copy full SHA for 5073538
View code at this point
Browse repository at this point
Consistent naming
emmenko
committed
3d21465
View commit details
Copy full SHA for 3d21465
View code at this point
Browse repository at this point
Throws an error when `select` not returns an object
Show description for 527497f
rwillrich
committed
527497f
View commit details
Copy full SHA for 527497f
View code at this point
Browse repository at this point
Merge remote-tracking branch 'upstream/master' into fix-test-linting
skevy
committed
47821d0
View commit details
Copy full SHA for 47821d0
View code at this point
Browse repository at this point
Remove duplicate bindActionCreators test
acdlite
committed
2f196ae
View commit details
Copy full SHA for 2f196ae
View code at this point
Browse repository at this point
fix linting errors in tests
skevy
committed
036f573
View commit details
Copy full SHA for 036f573
View code at this point
Browse repository at this point
Make setState return the state that was set
gaearon
committed
aec2f26
View commit details
Copy full SHA for aec2f26
View code at this point
Browse repository at this point
Commits on Jun 12, 2015
Tests for @connect decorator
acdlite
committed
21243e4
View commit details
Copy full SHA for 21243e4
View code at this point
Browse repository at this point
Remove unnecessary import
acdlite
committed
54b15f3
View commit details
Copy full SHA for 54b15f3
View code at this point
Browse repository at this point
Tests for Connector
acdlite
committed
68aa368
View commit details
Copy full SHA for 68aa368
View code at this point
Browse repository at this point
Tests for @provide decorator
acdlite
committed
612681b
View commit details
Copy full SHA for 612681b
View code at this point
Browse repository at this point
Test that Redux does not lose subscribers on hot reload
acdlite
committed
c22cde1
View commit details
Copy full SHA for c22cde1
View code at this point
Browse repository at this point
Just use jsdom, for now
acdlite
committed
1dffe78
View commit details
Copy full SHA for 1dffe78
View code at this point
Browse repository at this point
Commits on Jun 11, 2015
Begin writing component tests
acdlite
committed
3d18a55
View commit details
Copy full SHA for 3d18a55
View code at this point
Browse repository at this point
Complete tests for compose + composeStores
acdlite
committed
067eff9
View commit details
Copy full SHA for 067eff9
View code at this point
Browse repository at this point
Commits on Jun 10, 2015
Fix pending test description for compose
acdlite
committed
91461b7
View commit details
Copy full SHA for 91461b7
View code at this point
Browse repository at this point
Remove tests placeholders
emmenko
committed
8fe1a10
View commit details
Copy full SHA for 8fe1a10
View code at this point
Browse repository at this point
Merge branch 'master' into tests-refactoring
Show description for 8fb90bb
emmenko
committed
8fb90bb
View commit details
Copy full SHA for 8fb90bb
View code at this point
Browse repository at this point
setImmediate is sufficient for testing async
acdlite
committed
eb54fc3
View commit details
Copy full SHA for eb54fc3
View code at this point
Browse repository at this point
Fix exports test
acdlite
committed
9d680f5
View commit details
Copy full SHA for 9d680f5
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.