Changeset e29cc2e for trip-planner-front/node_modules/karma/static
- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- Location:
- trip-planner-front/node_modules/karma/static
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/karma/static/client.html
r59329aa re29cc2e 6 6 <html> 7 7 <head> 8 %X_UA_COMPATIBLE%8 %X_UA_COMPATIBLE% 9 9 <title>Karma</title> 10 10 <link href="favicon.ico" rel="icon" type="image/x-icon"> -
trip-planner-front/node_modules/karma/static/debug.html
r59329aa re29cc2e 7 7 <html> 8 8 <head> 9 %X_UA_COMPATIBLE%9 %X_UA_COMPATIBLE% 10 10 <title>Karma DEBUG RUNNER</title> 11 11 <link href="favicon.ico" rel="icon" type="image/x-icon" /> -
trip-planner-front/node_modules/karma/static/karma.js
r59329aa re29cc2e 243 243 } 244 244 245 // A test could have incorrectly issued a navigate. Wait one turn 246 // to ensure the error from an incorrect navigate is processed. 247 var config = this.config 248 setTimeout(function () { 249 socket.emit('complete', result || {}) 250 if (config.clearContext) { 251 navigateContextTo('about:blank') 252 } else { 253 self.updater.updateTestStatus('complete') 254 } 255 if (returnUrl) { 256 location.href = returnUrl 257 } 258 }) 245 socket.emit('complete', result || {}) 246 if (this.config.clearContext) { 247 navigateContextTo('about:blank') 248 } else { 249 self.updater.updateTestStatus('complete') 250 } 251 if (returnUrl) { 252 location.href = returnUrl 253 } 259 254 } 260 255 … … 339 334 timeout: BROWSER_SOCKET_TIMEOUT, 340 335 path: KARMA_PROXY_PATH + KARMA_URL_ROOT.substr(1) + 'socket.io', 341 'sync disconnect on unload': true 336 'sync disconnect on unload': true, 337 useNativeTimers: true 342 338 }) 343 339
Note:
See TracChangeset
for help on using the changeset viewer.