First private release. Check updated README.md for details
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
4
test/live-reload/fixtures/batman.js
Normal file
4
test/live-reload/fixtures/batman.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const test = ()=>{
|
||||
return `I'm "annoying" ${"in case we need to test \`string\` escaping."}. Hence this files \'tries\' to include all allowed forms of 'it'`;
|
||||
}
|
||||
console.log(test());
|
||||
7
test/live-reload/fixtures/index.html
Normal file
7
test/live-reload/fixtures/index.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<html>
|
||||
<head>
|
||||
</head>
|
||||
<body>
|
||||
<script src="./batman.js" type="module"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user