UNPKG
grunt-less-to-sass
Version:
0.0.4 (0.0.4)
latest (0.0.10)
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.2
Convert Less Css files to Sass (.scss) files
github.com/viadeo/viadeo-webapp
viadeo/viadeo-webapp
grunt-less-to-sass
/
tasks
/
options
/
mochaTest.js
18 lines
(16 loc)
•
293 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
const
UNIT_TEST_TIMEOUT
=
100
;
//
ms
module.exports
=
{
app:
{
src:
[
'test/unit/**/*.test.js'
],
options:
{
timeout:
UNIT_TEST_TIMEOUT
,
ignoreLeaks:
false
,
clearRequireCache:
true
,
ui:
'bdd'
,
reporter:
'spec'
,
bail:
true
} }, }
;