fnp
/
fnpeditor.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
9f84f893eb9c102a4afd1207395f3157f160f015
[fnpeditor.git]
/
karma.conf.js
1
basePath = '';
2
3
files = [
4
MOCHA,
5
MOCHA_ADAPTER,
6
REQUIRE,
7
REQUIRE_ADAPTER,
8
9
{pattern: 'libs/*.js', included: false},
10
{pattern: 'src/**/*.js', included: false},
11
{pattern: 'src/**/*.html', included: false},
12
'tests/main.js',
13
];
14
15
reporters = ['progress'];
16
17
port = 9876;
18
runnerPort = 9100;
19
captureTimeout = 60000;
20
21
autoWatch = true;
22
singleRun = false;
23
24
colors = true;
25
logLevel = LOG_INFO;
26
27
28
29
30
31
32
33
34