Skip to content

Commit b12f828

Browse files
committed
Fix a test to account for #72
1 parent e6efa61 commit b12f828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/components/Provider.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ describe('React', () => {
4343

4444
it('should warn once when using a single element before React 0.14', () => {
4545
const store = createStore(() => ({}));
46-
['0.13.0-beta', '0.13.0', '0.13.3'].forEach(version => {
46+
['0.13.0-beta', '0.13.0', '0.13.3', undefined].forEach(version => {
4747
const LocalProvider = createProvider({ ...React, version });
4848
// Trick React into checking propTypes every time:
4949
LocalProvider.displayName = Math.random().toString();

0 commit comments

Comments
 (0)