Add first failing test

This commit is contained in:
Julia Friesel
2018-07-05 09:39:08 +02:00
parent 33393f498a
commit 97b8452b45
3 changed files with 28 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
function getTemperatureStatus (targetDate) {
return '42'
}
export {
getTemperatureStatus
}