2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

tests: minor cleanup (#35138)

* tests: minor cleanup

* tests: use the util noop function
This commit is contained in:
XhmikosR
2021-10-08 12:32:11 +03:00
committed by GitHub
parent eb0f705621
commit a260967a55
18 changed files with 19 additions and 57 deletions
-2
View File
@@ -1,7 +1,5 @@
import ScrollSpy from '../../src/scrollspy'
import Manipulator from '../../src/dom/manipulator'
/** Test helpers */
import { getFixture, clearFixture, createEvent, jQueryMock } from '../helpers/fixture'
describe('ScrollSpy', () => {