mirror of https://github.com/wekan/wekan
parent
58081c13cf
commit
7f648720af
@ -1,7 +1,7 @@ |
|||||||
/* eslint-env mocha */ |
/* eslint-env mocha */ |
||||||
import { Random } from 'meteor/random'; |
import { Random } from 'meteor/random'; |
||||||
import { expect } from 'chai'; |
import { expect } from 'chai'; |
||||||
import './utils'; |
import '../utils'; |
||||||
|
|
||||||
describe('utils', function() { |
describe('utils', function() { |
||||||
describe(allowIsBoardAdmin.name, function() { |
describe(allowIsBoardAdmin.name, function() { |
@ -0,0 +1 @@ |
|||||||
|
import './Utils.tests'; |
Loading…
Reference in new issue