Explorar o código

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

Thanks to xet7 !
Lauri Ojansivu %!s(int64=4) %!d(string=hai) anos
pai
achega
56197274b6
Modificáronse 2 ficheiros con 1 adicións e 1 borrados
  1. 0 0
      server/tests/utils.tests.js
  2. 1 1
      tests/main.js

+ 0 - 0
server/lib/utils.tests.js → server/tests/utils.tests.js


+ 1 - 1
tests/main.js

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