mirror of
https://github.com/wekan/wekan.git
synced 2026-01-31 05:35:16 +01: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
|
|
@ -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';
|
||||
Loading…
Add table
Add a link
Reference in a new issue