Revert "Update README with Jest specific language. Update some spec files with new syntax"

This reverts commit e73c68fc01.
This commit is contained in:
Tatiana
2021-05-08 11:31:56 -07:00
parent e6260ae506
commit cb3ffc086c
5 changed files with 22 additions and 26 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
const helloWorld = function() {
return 'Yello Wold!'
return ''
}
module.exports = helloWorld