Skip to content
This repository has been archived by the owner on Jan 26, 2020. It is now read-only.

Commit

Permalink
add more unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
longlho committed Feb 15, 2013
1 parent 60eb502 commit ead6f8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/tz.preload.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ describe('TimezoneJS', function () {
sampleTz = timezoneJS.timezone.getTzInfo(new Date(), 'Asia/Bangkok');
expect(sampleTz).toBeDefined();
expect(sampleTz.tzAbbr).toEqual('ICT');
expect(new timezoneJS.Date('America/New_York').getTimezoneOffset() > 0).toBe(true);
});
});

0 comments on commit ead6f8c

Please sign in to comment.