UNPKG
ps-if
Version:
latest (1.3.0)
1.3.0
1.2.0
1.1.1
1.1.0
Angular directive that is a hybrid of ngIf and ngShow
github.com/psalaets/ps-if
psalaets/ps-if
ps-if
/
karma.conf.js
11 lines
(7 loc)
•
239 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
// Karma configuration
// Generated on Tue Mar 17 2015 22:33:25 GMT-0400 (EDT)
var
baseConfig =
require
(
'./karma-base-config'
)();
module
.
exports
=
function
(
config
) { baseConfig.
logLevel
= config.
LOG_INFO
; config.
set
(baseConfig); };