We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb9c837 commit 89261abCopy full SHA for 89261ab
tests/handlers/auth.test.ts
@@ -405,7 +405,7 @@ describe('auth', () => {
405
expect(token).to.be.a('object');
406
});
407
408
- it.only('auth flow identity (profile) with ethereum identity issuer with circuits V3', async () => {
+ it('auth flow identity (profile) with ethereum identity issuer with circuits V3', async () => {
409
const ethSigner = new ethers.Wallet(
410
WALLET_KEY,
411
(dataStorage.states as EthStateStorage).provider
0 commit comments