Skip to content

Instantly share code, notes, and snippets.

@glaucia86
Created March 31, 2018 03:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save glaucia86/7edcaf4a0588815d711d6d96cd5fc549 to your computer and use it in GitHub Desktop.
Save glaucia86/7edcaf4a0588815d711d6d96cd5fc549 to your computer and use it in GitHub Desktop.
/**
*
* Arquivo: demo.js
* Author: Glaucia Lemos
* Description: Arquivo responsável por realizar diferentes exemplos de testes com Chai
* & Mocha
* Data: 30/03/2018
*
*/
module.exports = () => 'Mocha & Chai são legais!';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment