UNPKG

@ledgerhq/swift-bridge-hw-app-solana

Version:

Package to facilitate bundling hw-app-solana in the SolanaWrapper Swift package

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