summaryrefslogtreecommitdiffhomepage
path: root/packages/browser/jest-environment.js
AgeCommit message (Collapse)Author
2023-08-18Fix browser tests custom test environmentMatthew Miller
2023-08-18Remove eslintMatthew Miller
2022-08-05Fix import of TextDecoderMatthew Miller
2022-08-05Change browser part to modulePatrick Haun
2021-04-15Convert assertion userHandle back to UTF-8 stringMatthew Miller
This is the opposite of how `user.id` is converted to an ArrayBuffer prior to being passed into `navigator.credentials.create()`, so when this value is returned to the RP in an assertion it will now look like the string value originally specified in attestation options, instead of the base64url-encoded version of that string “for some reason”.
2020-07-28Set up custom Jest test environmentMatthew Miller