Skip to content

Commit

Permalink
chore: 🧹 fix types errors in @ledgerhq/trustchain tests (#7945)
Browse files Browse the repository at this point in the history
chore: fix types errors in `@ledgerhq/trustchain` tests
  • Loading branch information
thesan authored Sep 30, 2024
1 parent 2f90189 commit a47e68b
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/strange-sheep-share.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ledgerhq/trustchain": patch
---

Fix type errors in `@ledgerhq/trustchain` tests
8 changes: 8 additions & 0 deletions libs/trustchain/src/__tests__/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"compilerOptions": {
"noEmit": true,
"esModuleInterop": true,
"lib": ["es2020"],
"types": ["jest"]
}
}
8 changes: 8 additions & 0 deletions libs/trustchain/tests/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"compilerOptions": {
"noEmit": true,
"esModuleInterop": true,
"lib": ["es2020"],
"types": ["jest"]
}
}

0 comments on commit a47e68b

Please sign in to comment.