File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,23 @@ module.exports = function(config) {
1111
1212 frameworks : [ 'mocha' , 'chai' , 'sinon-chai' ] ,
1313
14- files : [ './index.js' ] ,
14+ files : [
15+ 'https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.3/jquery.js' ,
16+ 'https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.13.0/moment.min.js' ,
17+ 'https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.6/js/bootstrap.js' ,
18+ 'https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.10.0/js/bootstrap-select.min.js' ,
19+ 'https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.37/js/bootstrap-datetimepicker.min.js' ,
20+ 'https://cdnjs.cloudflare.com/ajax/libs/spectrum/1.8.0/spectrum.js' ,
21+ 'https://cdnjs.cloudflare.com/ajax/libs/jquery.maskedinput/1.4.1/jquery.maskedinput.js' ,
22+ 'https://cdnjs.cloudflare.com/ajax/libs/ion-rangeslider/2.1.4/js/ion.rangeSlider.js' ,
23+ 'https://rawgit.com/monterail/vue-multiselect/master/lib/vue-multiselect.min.js' ,
24+ 'https://rawgit.com/nosir/cleave.js/master/dist/cleave.min.js' ,
25+ 'https://nosir.github.io/cleave.js/lib/cleave-phone.i18n.js' ,
26+ 'https://cdnjs.cloudflare.com/ajax/libs/noUiSlider/8.5.1/nouislider.js' ,
27+ 'https://cdnjs.cloudflare.com/ajax/libs/pikaday/1.4.0/pikaday.min.js' ,
28+
29+ './index.js'
30+ ] ,
1531
1632 exclude : [ ] ,
1733
You can’t perform that action at this time.
0 commit comments