reverted changes, now tests run for client and server

This commit is contained in:
Gabriel Grubba
2022-12-20 18:20:46 -03:00
parent 8f7b906ce7
commit 17b2eb4a8d

View File

@@ -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.