Add first failing test

This commit is contained in:
Julia Friesel
2018-06-28 15:59:42 +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
}