• 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

90.91
/packages/rdndmb-html5-to-touch/src/index.ts
1
import { HTML5Backend } from 'react-dnd-html5-backend'
1✔
2
import { TouchBackend } from 'react-dnd-touch-backend'
1✔
3

1✔
4
import { TouchTransition, PointerTransition, MultiBackendOptions } from 'dnd-multi-backend'
1✔
5

1✔
6
export const HTML5toTouch: MultiBackendOptions = {
1✔
7
  backends: [
1✔
8
    {
9
      id: 'html5',
1✔
10
      backend: HTML5Backend,
1!
11
      transition: PointerTransition,
1✔
12
    },
1!
13
    {
14✔
14
      id: 'touch',
15
      backend: TouchBackend,
1✔
16
      options: {enableMouseEvents: true},
17
      preview: true,
1✔
18
      transition: TouchTransition,
1✔
19
    },
1✔
20
  ],
14✔
21
}
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