formatjs / dust-intl

Dust helpers for internationalization.
http://formatjs.io/dust/
Other
48 stars 11 forks source link

Travis (test) failure in dust-helper-intl #22

Closed triptych closed 10 years ago

triptych commented 10 years ago

Current Travis builds for dust-helper-intl failing:

  1) should return a formatted string with formatted numbers and dates
    ◦ should return a formatted string with formatted numbers and dates in a different locale:     ◦ should return a formatted string with an `each` block:   ✓ should return a formatted string with an `each` block 
  ✓ should return a formatted string with an `each` block 
    ◦ should use a precompiled message: 
  Helper `intl`
  ✓ should use a precompiled message 
    ◦ should be added to Dust:   ✓ should be added to Dust 
  37 passing (153ms)
  1 failing
  1) Helper `intlMessage` should return a formatted string with formatted numbers and dates:
      + expected - actual
      +"Atlanta has a population of 5,475,213 as of Jan 1, 2010."
      -"Atlanta has a population of 5,475,213 as of April 1, 2010."
caridy commented 10 years ago

Make sure you update the intl.js dependency, this issue was fixed few days ago in that repo.

triptych commented 10 years ago

The Intl.js dependency is "*"

"intl": "*",

And I just reran it to see if a newer intl might fix things, but it's still failing.

https://travis-ci.org/yahoo/dust-helper-intl/builds/25343732

ericf commented 10 years ago

The tests are now passing.