Skip to content

Commit cbb86ed

Browse files
test: fix
1 parent 2411661 commit cbb86ed

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/helpers/CurrentScript.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ class CurrentScript {
22
constructor(path = "", type = "text/javascript") {
33
this.src = `https://test.cases/path/${path}index.js`;
44
this.type = type;
5+
this.tagName = "script";
56
}
67
}
78

0 commit comments

Comments
 (0)