• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

LouisBrunner / dnd-multi-backend / 3665211237

pending completion
3665211237

push

github

Louis Brunner
fix: remove Node 14 builds (need npm 7 and above) and improve npm caching

284 of 376 branches covered (75.53%)

Branch coverage included in aggregate %.

692 of 710 relevant lines covered (97.46%)

12.34 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

89.19
/packages/dnd-multi-backend/src/index.ts
1
export { MultiFactory as MultiBackend } from './MultiFactory'
1✔
2

1✔
3
export { createTransition } from './createTransition'
1✔
4
export {
1✔
5
  HTML5DragTransition,
1✔
6
  TouchTransition,
1✔
7
  MouseTransition,
6✔
8
  PointerTransition,
9
} from './transitions'
1✔
10

1!
11
export type {
1✔
12
  MultiBackendOptions,
6!
13
  MultiBackendPipeline,
6✔
14
  MultiBackendPipelineStep,
15
  MultiBackendContext,
1✔
16
} from './MultiBackendImpl'
17

1✔
18
export type {
1✔
19
  MultiBackendSwitcher,
1✔
20
  PreviewList,
1✔
21
  PreviewListener,
1✔
22
  BackendEntry,
1✔
23
  Transition,
×
24
} from './types'
1✔
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc