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 6e3e73a commit 00441d5Copy full SHA for 00441d5
test/app/containers/App.spec.js
@@ -16,6 +16,6 @@ describe('App container', () => {
16
it('should contain an empty action list', () => {
17
expect(
18
component.find('div.actionListRows--jss-0-4').html()
19
- ).toBe('<div class=" actionListRows--jss-0-4"></div>');
+ ).toBe('<div class="actionListRows--jss-0-4"></div>');
20
});
21
0 commit comments