Browse Source

Update using-map_test.js

content-update
Clément 4 years ago committed by GitHub
parent
commit
5981c15b08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      js/tests/using-map_test.js

4
js/tests/using-map_test.js

@ -35,9 +35,9 @@ t(({ eq, ctx }) =>
t(({ eq, ctx }) => eq(ctx.mapCalls.includes(ctx.cities), true)) t(({ eq, ctx }) => eq(ctx.mapCalls.includes(ctx.cities), true))
// farenheitToCelsius // fahrenheitToCelsius
t(({ eq, ctx }) => t(({ eq, ctx }) =>
eq(farenheitToCelsius(ctx.temps), [ eq(fahrenheitToCelsius(ctx.temps), [
'30°C', '30°C',
'37°C', '37°C',
'5°C', '5°C',

Loading…
Cancel
Save