UNPKG

@ledgerhq/hw-transport-node-hid

Version:

Ledger Hardware Wallet Node implementation of the communication layer, using node-hid

11 lines (8 loc) 246 B
import { dirname } from "node:path"; import { fileURLToPath } from "node:url"; import baseConfig from "../../jest.config.ts"; const __dirname = dirname(fileURLToPath(import.meta.url)); export default { ...baseConfig, rootDir: __dirname, };