File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 99 < script src ="../../../external/qunit.js "> </ script >
1010 < script src ="../../jquery.testHelper.js "> </ script >
1111 < script src ="init_core.js "> </ script >
12+ <!-- Because our reloading code reloads our AMD modules
13+ but now tests are running against the built bundle, we need to include the define shim
14+ in order for the reload to work -->
15+ < script src ="../../../js/jquery.mobile.define.js "> </ script >
1216 < script src ="../../../js/ "> </ script >
1317 <!-- added explicitly for library reloading (see testHelper ) -->
1418 < script data-src ="../../../js/jquery.mobile.init.js "> </ script >
Original file line number Diff line number Diff line change 1313 $ . testHelper . setPushState ( ) ;
1414 } ) ;
1515 </ script >
16- < script src ="../../../js/ "> </ script >
16+ <!-- Because our reloading code reloads our AMD modules
17+ but now tests are running against the built bundle, we need to include the define shim
18+ in order for the reload to work -->
19+ < script src ="../../../js/jquery.mobile.define.js "> </ script >
20+ < script src ="../../../js/ "> </ script >
1721 < link rel ="stylesheet " href ="../../../css/themes/default/jquery.mobile.css "/>
1822 < link rel ="stylesheet " href ="../../../external/qunit.css "/>
1923 < script src ="../../../external/qunit.js "> </ script >
Original file line number Diff line number Diff line change 88 < script src ="../../../js/requirejs.config.js "> </ script >
99 < script src ="../../../js/jquery.tag.inserter.js "> </ script >
1010 < script src ="../jquery.setNameSpace.js "> </ script >
11- < script src ="../../../tests/jquery.testHelper.js "> </ script >
11+ < script src ="../../../tests/jquery.testHelper.js "> </ script >
1212 < script src ="../../../external/qunit.js "> </ script >
1313 < link rel ="stylesheet " href ="../../../../external/qunit.css "/>
14+ <!-- Because our reloading code reloads our AMD modules
15+ but now tests are running against the built bundle, we need to include the define shim
16+ in order for the reload to work -->
17+ < script src ="../../../js/jquery.mobile.define.js "> </ script >
1418 < script src ="../../../js/ "> </ script >
1519 < script type ="text/javascript " src ="path_core.js "> </ script >
1620 < script src ="../swarminject.js "> </ script >
You can’t perform that action at this time.
0 commit comments