We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d94c57 commit ca42c07Copy full SHA for ca42c07
tests/unit/core/format.coffee
@@ -65,4 +65,4 @@ describe 'Epoch.Formats', ->
65
66
describe 'seconds', ->
67
it 'should return a well formatted date given a timestamp', ->
68
- assert.equal Epoch.Formats.seconds(1404385979), '04:12:59 AM'
+ assert.match Epoch.Formats.seconds(1404385979), /\d{2}:\d{2}:\d{2} AM|PM/
0 commit comments