Try to fix tests. Part 3.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2021-06-24 23:37:13 +03:00
parent 4b29e9fbcb
commit 0f34d407a4
3 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
import './Utils.tests';
import './utils.tests';

View file

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