Skip to content

Commit

Permalink
Setup test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
FagnerMartinsBrack committed Sep 20, 2018
0 parents commit da4e3f4
Show file tree
Hide file tree
Showing 3 changed files with 5,703 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index.html
@@ -0,0 +1,8 @@
<script src="qunit.js"></script>
<link rel="stylesheet" href="qunit.css">
<div id="qunit"></div>
<script>
QUnit.test('works', (assert) => {
assert.ok(true);
});
</script>

0 comments on commit da4e3f4

Please sign in to comment.