-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathindex.ts
34 lines (33 loc) · 1.21 KB
/
index.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
import './specs/_index';
import './specs/adapter-promises.spec';
import './specs/adapter.append-prepend.spec';
import './specs/adapter.check.spec';
import './specs/adapter.clip.spec';
import './specs/adapter.insert.spec';
import './specs/adapter.pause.spec';
import './specs/adapter.prepend.spec';
import './specs/adapter.reload.spec';
import './specs/adapter.remove.spec';
import './specs/adapter.replace.spec';
import './specs/adapter.reset-persistence.spec';
import './specs/adapter.reset.spec';
import './specs/adapter.update.spec';
import './specs/bug.spec';
import './specs/common.spec';
import './specs/datasource.spec';
import './specs/direction-priority.spec';
import './specs/dynamic-height-reload.spec';
import './specs/dynamic-height-scroll.spec';
import './specs/dynamic-height-update.spec';
import './specs/dynamic-size.average.spec';
import './specs/dynamic-size.frequent.spec';
import './specs/dynamic-size.zero.spec';
import './specs/eof.spec';
import './specs/initial-load.spec';
import './specs/min-max-indexes.spec';
import './specs/recreation.spec';
import './specs/scroll-basic.spec';
import './specs/scroll-delay.spec';
import './specs/scroll-fast.spec';
import './specs/viewport.spec';
console.log('Running tests...');