Skip to content

Instantly share code, notes, and snippets.

@Kamilahsantos
Created March 23, 2019 21:52
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 Kamilahsantos/19026b54f5bb39349cfac20a0238914e to your computer and use it in GitHub Desktop.
Save Kamilahsantos/19026b54f5bb39349cfac20a0238914e to your computer and use it in GitHub Desktop.
function sayTDD(){
//criamos a função com exatamente o retorno que foi descrito nos testes
return 'TDD é o Desenvolvimento Orientado por Testes'
}
module.exports = sayTDD;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment