From a260967a55806a26bee15a5c1eb890c9e6a3ba02 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 8 Oct 2021 12:32:11 +0300 Subject: tests: minor cleanup (#35138) * tests: minor cleanup * tests: use the util noop function --- js/tests/unit/button.spec.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'js/tests/unit/button.spec.js') diff --git a/js/tests/unit/button.spec.js b/js/tests/unit/button.spec.js index be99177e8..e24ff5cb0 100644 --- a/js/tests/unit/button.spec.js +++ b/js/tests/unit/button.spec.js @@ -1,11 +1,5 @@ import Button from '../../src/button' - -/** Test helpers */ -import { - getFixture, - clearFixture, - jQueryMock -} from '../helpers/fixture' +import { getFixture, clearFixture, jQueryMock } from '../helpers/fixture' describe('Button', () => { let fixtureEl -- cgit v1.2.3