fix: tests pass
This commit is contained in:
7
tests/script_test/vite_app/main.js
Normal file
7
tests/script_test/vite_app/main.js
Normal file
@@ -0,0 +1,7 @@
|
||||
const app = document.querySelector("#app");
|
||||
|
||||
if (app) {
|
||||
app.textContent = "Hello from Vite";
|
||||
}
|
||||
|
||||
console.log("Hello from Vite");
|
||||
Reference in New Issue
Block a user