diff --git a/packages/accounts-password/password_tests.js b/packages/accounts-password/password_tests.js index 9873deb70f..8a827dcb2c 100644 --- a/packages/accounts-password/password_tests.js +++ b/packages/accounts-password/password_tests.js @@ -39,7 +39,7 @@ if (Meteor.isServer) { ); } -if (Meteor.isClient && false) (() => { +if (Meteor.isClient) (() => { // XXX note, only one test can do login/logout things at once! for // now, that is this test.