Skip to content

Commit c79cf22

Browse files
committed
chore: some tweaks
Signed-off-by: Timo Glastra <timo@animo.id>
1 parent c6770ad commit c79cf22

File tree

4 files changed

+117
-106
lines changed

4 files changed

+117
-106
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ packages/askar-react-native/android/.cxx
1717
examples/askar-react-native-example/android
1818
examples/askar-react-native-example/ios
1919
examples/askar-react-native-example/.expo
20+
21+
indy_wallet_sqlite_upgraded.db

packages/askar-nodejs/tests/error.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ describe('Error', () => {
1515

1616
test('set error code to non 0 after incorrect call', () => {
1717
throws(
18-
() => askar.keyGenerate({ algorithm: 'incorrect-alg', ephemeral: true }),
18+
() => askar.keyGenerate({ algorithm: 'incorrect-alg' as KeyAlgorithm, ephemeral: true }),
1919
new AskarError({ code: 8, message: 'Unknown key algorithm' })
2020
)
2121
})
-104 KB
Binary file not shown.

0 commit comments

Comments
 (0)