We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bc7848 commit 369ff7cCopy full SHA for 369ff7c
src/pat/inject/inject.test.js
@@ -69,7 +69,7 @@ describe("pat-inject", function () {
69
70
expect($div.hasClass("injecting")).toBeTruthy();
71
72
- answer("<html><body>" + '<div id="someid">repl</div>' + "</body></html>");
+ answer(`<html><body><div id="someid">repl</div></body></html>`);
73
await utils.timeout(1); // wait a tick for async to settle.
74
expect($div.hasClass("injecting")).toBeFalsy();
75
expect(callback).toHaveBeenCalled();
0 commit comments