mirror of
https://github.com/wekan/wekan.git
synced 2025-04-24 14:08:31 -04:00
Try to fix tests. Part 2.
Thanks to xet7 !
This commit is contained in:
parent
58081c13cf
commit
7f648720af
4 changed files with 3 additions and 2 deletions
0
client/lib/keyboard.js
Executable file → Normal file
0
client/lib/keyboard.js
Executable file → Normal file
|
@ -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() {
|
1
server/lib/tests/index.js
Normal file
1
server/lib/tests/index.js
Normal file
|
@ -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…
Add table
Add a link
Reference in a new issue