Fixes tests, that need to be in tests directory to not get build errors.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2021-06-24 22:21:29 +03:00
parent 6cf65ba82a
commit 56197274b6
2 changed files with 1 additions and 1 deletions

View file

@ -19,7 +19,7 @@
if (Meteor.isServer) {
describe('server', function() {
import '../server/lib/utils.tests';
import '../server/tests/utils.tests';
});
}