Skip to content

Instantly share code, notes, and snippets.

@DylanCh
Created July 12, 2020 18:20
Show Gist options
  • Save DylanCh/e79d44ed422f0d37a35712957e717cd5 to your computer and use it in GitHub Desktop.
Save DylanCh/e79d44ed422f0d37a35712957e717cd5 to your computer and use it in GitHub Desktop.
mocha
<environment include="Development">
<!-- Add Chai and Mocha -->
<link rel="stylesheet" href="https://cdn.rawgit.com/mochajs/mocha/2.2.5/mocha.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/chai/4.2.0/chai.min.js"></script>
<script src="https://cdn.rawgit.com/mochajs/mocha/2.2.5/mocha.js"></script>
<!-- Add the test file -->
<script src="js/site.test.js"></script>
</environment>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment