We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5a562f commit 05eaf3cCopy full SHA for 05eaf3c
packages/iso-passkeys/test/passkeys.test.js
@@ -0,0 +1,7 @@
1
+import assert from 'assert'
2
+
3
+describe('should have tests', function () {
4
+ it('zero', function () {
5
+ assert.ok(true)
6
+ })
7
+})
0 commit comments