UNPKG

@adorsys-gis/web-auth-prf

Version:

A WebAuthn library implementing password-based key derivation functions (PRF) for secure authentication and encryption

10 lines (9 loc) 230 B
export default { transform: { "^.+\\.(js|ts|tsx)$": "babel-jest", }, transformIgnorePatterns: [ "/node_modules/(?!your-es-module|another-module-to-transform)/", ], setupFiles: ["./jest_config/jest.setup.js"], };