This commit is contained in:
syuilo
2024-08-31 09:42:44 +09:00
parent 99b4a48522
commit 7173deaa01
19 changed files with 18 additions and 162 deletions

View File

@@ -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', () => {