Skip to content

Commit e8698be

Browse files
committed
Add popper and bootstrap .js files to Jasmine unit test configuration
1 parent 0b78dd0 commit e8698be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ module.exports = function(grunt) {
119119
src : '<%= pkg.gruntConfig.temp.js %>',
120120
options : {
121121
specs : '<%= pkg.gruntConfig.spec %>',
122-
vendor : ['<%= pkg.gruntConfig.js.jquery %>', '<%= pkg.gruntConfig.js.bindPolyfill %>'],
122+
vendor : ['<%= pkg.gruntConfig.js.jquery %>', '<%= pkg.gruntConfig.js.popper %>', '<%= pkg.gruntConfig.js.bootstrap %>', '<%= pkg.gruntConfig.js.bindPolyfill %>'],
123123
styles : ['<%= pkg.gruntConfig.css.bootstrap %>', '<%= pkg.gruntConfig.temp.css %>'],
124124
template : '<%= pkg.gruntConfig.tpl.SpecRunner %>'
125125
}

0 commit comments

Comments
 (0)