Skip to content

Move beforeEach of boards_store_spec into describe block

What does this MR do?

Move the beforeEach one level down into the describe in boards_store_spec.js.es6

Why was this MR needed?

beforeEach at top level is executed for tests in other files, too.

Merge request reports