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 bbb007f commit 7f282c3Copy full SHA for 7f282c3
spec/ParseUser.spec.js
@@ -14,9 +14,6 @@ const Config = require('../lib/Config');
14
const cryptoUtils = require('../lib/cryptoUtils');
15
16
17
-
18
19
20
describe('allowExpiredAuthDataToken option', () => {
21
it('should accept true value', async () => {
22
await reconfigureServer({ allowExpiredAuthDataToken: true });
0 commit comments