fnp
/
fnpeditor.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
8135011a77ae330aa2884c0089d18d9ec62f5d59
[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
browsers = ['PhantomJS'];
25
26
colors = true;
27
logLevel = LOG_INFO;
28
29
30
31
32
33
34
35
36