UNPKG
testimonial
Version:
latest (2.0.1)
2.0.1
2.0.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.4
1.0.2
1.0.1
1.0.0
0.1.9
0.1.8
0.1.7
0.1.5
0.1.3
0.1.1
JS testimonial slider with AJAX
alekseyleshko.github.io/testimonial.js/
AlekseyLeshko/testimonial.js
testimonial
/
test
/
karma.conf.js
8 lines
(5 loc)
•
151 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
var
karmaConfig =
require
(
'../config/karma.json'
);
module
.
exports
=
function
(
config
) { karmaConfig.
basePath
=
'../'
; config.
set
(karmaConfig); };