Skip to content

Instantly share code, notes, and snippets.

@glaucia86
Last active March 31, 2018 04:00
Show Gist options
  • Select an option

  • Save glaucia86/b9f841ae3bde98ef50b13325fdf0ebde to your computer and use it in GitHub Desktop.

Select an option

Save glaucia86/b9f841ae3bde98ef50b13325fdf0ebde 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 = {
frase: () => 'Mocha & Chai são legais!',
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment