mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
[test runner] angular requires that jquery loads first
This commit is contained in:
parent
bb451bef88
commit
babcf342ba
1 changed files with 5 additions and 0 deletions
|
@ -36,6 +36,11 @@
|
|||
ScreencastReporter: '../../node_modules/mocha-screencast-reporter/screencast-reporter'
|
||||
},
|
||||
shim: {
|
||||
angular_src: {
|
||||
deps: [
|
||||
'jquery'
|
||||
]
|
||||
},
|
||||
angular: {
|
||||
deps: [
|
||||
'jquery',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue