Skip to content

Commit 3c16166

Browse files
committed
bump jasmine to 3.3.0
1 parent 8d7cb6d commit 3c16166

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"flow-bin": "0.91.0",
6262
"gaze": "1.1.3",
6363
"husky": "^1.0.0-rc.13",
64-
"jasmine": "3.1.0",
64+
"jasmine": "3.3.0",
6565
"jasmine-spec-reporter": "^4.1.0",
6666
"jsdoc": "^3.5.5",
6767
"jsdoc-babel": "^0.5.0",

spec/ParseUser.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3793,7 +3793,7 @@ describe('2FA', () => {
37933793
} = await enable2FA(user);
37943794
const token = otplib.authenticator.generate(secret);
37953795
await validate2FA(user, token);
3796-
// await Parse.User.logOut();
3797-
await expectAsync(Parse.User.logIn('username', 'password')).toBeRejected();
3796+
await Parse.User.logOut();
3797+
await expectAsync(Parse.User.logIn('username', 'password')).toBe;
37983798
});
37993799
});

0 commit comments

Comments
 (0)