Skip to content

Commit

Permalink
🔴 Add test for strictEqual({ expected, actual }) function
Browse files Browse the repository at this point in the history
  • Loading branch information
FagnerMartinsBrack committed Sep 20, 2018
1 parent da4e3f4 commit 494cb32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -3,6 +3,6 @@
<div id="qunit"></div>
<script>
QUnit.test('works', (assert) => {
assert.ok(true);
strictEqual({ expected: true, actual: true }, assert);
});
</script>

0 comments on commit 494cb32

Please sign in to comment.