File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3535 amd = QUnit . config . amd || QUnit . urlParams . amd ;
3636
3737 // Workaround: Remove call to `window.__karma__.loaded()`
38- // in favour of calling `window.__karma__.start()` from `loadTests()`
38+ // in favor of calling `window.__karma__.start()` from `loadTests()`
3939 // because tests such as unit/ready.js should run after document ready.
4040 if ( ! esmodules && ! amd ) {
4141 loadTests ( ) ;
Original file line number Diff line number Diff line change 3434 amd = QUnit . config . amd || QUnit . urlParams . amd ;
3535
3636 // Workaround: Remove call to `window.__karma__.loaded()`
37- // in favour of calling `window.__karma__.start()` from `loadTests()`
37+ // in favor of calling `window.__karma__.start()` from `loadTests()`
3838 // because tests such as unit/ready.js should run after document ready.
3939 if ( ! esmodules && ! amd ) {
4040 loadTests ( ) ;
Original file line number Diff line number Diff line change 3636 amd = QUnit . config . amd || QUnit . urlParams . amd ;
3737
3838 // Workaround: Remove call to `window.__karma__.loaded()`
39- // in favour of calling `window.__karma__.start()` from `loadTests()`
39+ // in favor of calling `window.__karma__.start()` from `loadTests()`
4040 // because tests such as unit/ready.js should run after document ready.
4141 if ( ! esmodules && ! amd ) {
4242 loadTests ( ) ;
You can’t perform that action at this time.
0 commit comments