Skip to content

Commit e94fb55

Browse files
committed
Added testing for state subset
1 parent 5fe3498 commit e94fb55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/createReduxModule.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ describe("basic mode",() => {
1919

2020
it('subscribeToName works', () => {
2121
updateName("Alice")
22-
const component = renderer.create(<Provider><App/></Provider>);
22+
const component = renderer.create(<Provider><App /></Provider>);
2323
expect(component.toJSON()).toMatchSnapshot();
2424

2525
renderer.act(() => {updateName("Shane");})

0 commit comments

Comments
 (0)