UNPKG
mew-time
Version:
latest (0.0.2)
0.0.2
0.0.1
utils about the time.
github.com/metocherry/mew-time
metocherry/mew-time
mew-time
/
setting
/
config
/
karma.conf.js
14 lines
(12 loc)
•
288 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import path
from
"path"
; module.exports = config => { config.
set
({
basePath
: APP.path.
root
(),
frameworks
: [
"jasmine"
],
exclude
: [],
preprocessors
: {},
browsers
: [
"PhantomJS"
],
logLevel
: config.LOG_INFO,
colors
:
true
}); };