UNPKG
linagora-rse
Version:
latest (1.3.7)
1.3.7
1.3.5
Linagora RSE
github.com/linagora/openpaas-esn
linagora/openpaas-esn
linagora-rse
/
test
/
unit-frontend
/
esn
/
index.js
14 lines
(9 loc)
•
239 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
'use strict'
;
/* global chai: false */
var
expect = chai.
expect
;
describe
(
'The ESN Angular module'
,
function
(
) {
beforeEach
(angular.
mock
.
module
(
'esnApp'
));
it
(
'should be tested'
,
function
(
) {
expect
(
true
).
to
.
be
.
true
; }); });