Skip to content

Commit

Permalink
test: setup test files
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Jun 26, 2019
1 parent bc1f135 commit a7379cf
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/demo.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
'use strict'

console.log(1)
17 changes: 17 additions & 0 deletions tests/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

<title>Hello, world!</title>
</head>
<body>
<h1>Hello, world!</h1>

<div id="app"></div>

<script src="ecomplus.utils.js"></script>
<script src="./demo.js"></script>
</body>
</html>

0 comments on commit a7379cf

Please sign in to comment.