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

LouisBrunner / dnd-multi-backend / 7012141749

27 Nov 2023 11:56PM UTC coverage: 98.498%. Remained the same
7012141749

push

github

web-flow
chore(deps-dev): bump esbuild-node-externals from 1.9.0 to 1.11.0 (#233)

Bumps [esbuild-node-externals](https://github.com/pradel/esbuild-node-externals) from 1.9.0 to 1.11.0.
- [Release notes](https://github.com/pradel/esbuild-node-externals/releases)
- [Commits](https://github.com/pradel/esbuild-node-externals/compare/v1.9.0...v1.11.0)

---
updated-dependencies:
- dependency-name: esbuild-node-externals
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

63 of 67 branches covered (0.0%)

Branch coverage included in aggregate %.

265 of 266 relevant lines covered (99.62%)

37.11 hits per line

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

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

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

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