[JS TESTS] Rename JS_TESTS module to main
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
function createWrongObject() {
|
||||
return new (JS_TESTS.C);
|
||||
return new (main.C);
|
||||
}
|
||||
Reference in New Issue
Block a user