Commit 274908cd authored by Robert Knight's avatar Robert Knight

Remove unused `className` assignment

parent d3350ec4
......@@ -85,7 +85,6 @@ describe('BucketBar', () => {
beforeEach(() => {
container = document.createElement('div');
container.className = 'scrollable-1';
document.body.appendChild(container);
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment