fnp
/
fnpeditor.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
smartxml: fix - running custom undo was stopping node arguments refetching on redo
[fnpeditor.git]
/
karma.conf.js
1
basePath = '';
2
3
files = [
4
MOCHA,
5
MOCHA_ADAPTER,
6
REQUIRE,
7
REQUIRE_ADAPTER,
8
9
'libs/vkbeautify.js',
10
{pattern: 'libs/*.js', included: false},
11
{pattern: 'src/**/*.js', included: false},
12
{pattern: 'src/**/*.html', included: false},
13
'tests/main.js',
14
];
15
16
reporters = ['progress'];
17
18
port = 9876;
19
runnerPort = 9100;
20
captureTimeout = 60000;
21
22
autoWatch = true;
23
singleRun = false;
24
25
browsers = ['PhantomJS'];
26
27
colors = true;
28
logLevel = LOG_INFO;
29
30
31
32
33
34
35
36
37