mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
Run linter manually
This commit is contained in:
2
tests/node_modules/webdriverajaxstub/index.js
generated
vendored
2
tests/node_modules/webdriverajaxstub/index.js
generated
vendored
@@ -13,7 +13,7 @@ function plugin (wdInstance, requests) {
|
||||
this.send = function () {
|
||||
this.status = 200;
|
||||
this.readyState = 4;
|
||||
const response = this.url.includes('.njk') ? template : data;
|
||||
const response = this.url.includes(".njk") ? template : data;
|
||||
this.response = response;
|
||||
this.responseText = response;
|
||||
this.onreadystatechange();
|
||||
|
Reference in New Issue
Block a user