Try to fix tests. Part 2.

Thanks to xet7 !
reviewable/pr3901/r1
Lauri Ojansivu 4 years ago
parent 58081c13cf
commit 7f648720af
  1. 0
      client/lib/keyboard.js
  2. 2
      server/lib/tests/Utils.tests.js
  3. 1
      server/lib/tests/index.js
  4. 2
      tests/main.js

@ -1,7 +1,7 @@
/* eslint-env mocha */
import { Random } from 'meteor/random';
import { expect } from 'chai';
import './utils';
import '../utils';
describe('utils', function() {
describe(allowIsBoardAdmin.name, function() {

@ -0,0 +1 @@
import './Utils.tests';

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

Loading…
Cancel
Save