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 d799baa commit 429f726Copy full SHA for 429f726
test/specs/modules/Progress/Progress-test.js
@@ -15,9 +15,6 @@ describe('Progress', () => {
15
});
16
17
// it('should create a div with the class of progress', () => {
18
- // const bugger = render(<Progress />);
19
- // console.log(bugger);
20
- // debugger;
21
- // render(<Progress />).scryClass('progress');
+ // render(<Progress />).firstClass('progress');
22
// });
23
0 commit comments