mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Try to fix tests. Part 3.
Thanks to xet7 !
This commit is contained in:
parent
4b29e9fbcb
commit
0f34d407a4
3 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
||||||
import './Utils.tests';
|
import './utils.tests';
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
if (Meteor.isServer) {
|
if (Meteor.isServer) {
|
||||||
describe('server', function() {
|
describe('server', function() {
|
||||||
import '../server/lib/tests';
|
import '../server/lib/tests/utils.tests';
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue