We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aa319e commit 4899680Copy full SHA for 4899680
examples/counter/test/containers/App.spec.js
@@ -38,7 +38,7 @@ describe('containers', () => {
38
expect(p.textContent).toMatch(/^Clicked: 1 times/);
39
});
40
41
- it('should display updated count after descrement button click', () => {
+ it('should display updated count after decrement button click', () => {
42
const { buttons, p } = setup();
43
TestUtils.Simulate.click(buttons[1]);
44
expect(p.textContent).toMatch(/^Clicked: -1 times/);
0 commit comments