Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
@ -17,6 +17,6 @@
</head>
<body>
<p>Hello world! This is HTML5 Boilerplate.</p>
<script src="js/main.js"></script>
<script src="js/app.js"></script>
</body>
</html>
@ -1,6 +1,6 @@
import { expect } from 'chai'
import { app } from '../src/app.js'
import { app } from '../../src/js/app.js'
describe('App', function () {
it('should work', function () {