refactor
This commit is contained in:
parent
99b4a48522
commit
7173deaa01
19 changed files with 18 additions and 162 deletions
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
import { describe, test, assert, afterEach } from 'vitest';
|
||||
import { Window } from 'happy-dom';
|
||||
import { onScrollBottom, onScrollTop } from '@/scripts/scroll.js';
|
||||
import { onScrollBottom, onScrollTop } from '@@/js/scroll.js';
|
||||
|
||||
describe('Scroll', () => {
|
||||
describe('onScrollTop', () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue