openwallet-foundation-labs / sd-jwt-js

A JavaScript implementation of the Selective Disclosure JWT (SD-JWT) spec.
https://sdjwt.js.org/
Apache License 2.0
36 stars 11 forks source link

Fix biome for `Do not export from a test file.` #206

Closed lukasjhan closed 4 months ago

lukasjhan commented 4 months ago

https://github.com/openwallet-foundation-labs/sd-jwt-js/actions/runs/8690319445/job/23830019035?pr=204#step:6:24

I think It happends after biome version upgrade.

cre8 commented 4 months ago

yeah, they added this rule, see: https://biomejs.dev/linter/rules/no-exports-in-test/#:~:text=If%20you%20import%20from%20a,to%20be%20shared%20across%20tests.