UNPKG

@ledgerhq/swift-bridge-hw-transport-ble

Version:

Package to expose the Swift BLE transport to JS

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, };