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 2411661 commit cbb86edCopy full SHA for cbb86ed
1 file changed
test/helpers/CurrentScript.js
@@ -2,6 +2,7 @@ class CurrentScript {
2
constructor(path = "", type = "text/javascript") {
3
this.src = `https://test.cases/path/${path}index.js`;
4
this.type = type;
5
+ this.tagName = "script";
6
}
7
8
0 commit comments