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
/
test-the-testing-framework.js
11 lines
(8 loc)
•
180 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
'use strict'
;
/* global chai: false */
var
expect = chai.
expect
;
describe
(
'The karma setup'
,
function
(
) {
it
(
'should work'
,
function
(
) {
expect
(
true
).
to
.
be
.
true
; }); });