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:
@@ -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/basic/fixtures/index.html
Normal file
7
test/basic/fixtures/index.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<html>
|
||||
<head>
|
||||
</head>
|
||||
<body>
|
||||
<script src="./batman.js" type="module"></script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1 +0,0 @@
|
||||
* { width: 100%; }
|
||||
@@ -1,2 +0,0 @@
|
||||
// eslint-disable-next-line
|
||||
import style from './joker.css';
|
||||
@@ -1,2 +0,0 @@
|
||||
// eslint-disable-next-line
|
||||
import * as batman from './batman.js';
|
||||
Reference in New Issue
Block a user