We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a334606 commit bcd3bfeCopy full SHA for bcd3bfe
tests/allErrors.test.ts
@@ -201,7 +201,7 @@ describe('AllErrors', () => {
201
202
it.skipIf(
203
!token || !signature,
204
- )('throws an error when getting user data without signature', async () => {
+ ).skip('throws an error when getting user data without signature', async () => {
205
console.log('Testing "Wrong or expired sessionid/signature" error using getUser method:');
206
207
console.log('Trying with signaure');
0 commit comments