Added game info bar
This commit is contained in:
10
node_modules/to-iso-string/test/index.js
generated
vendored
Normal file
10
node_modules/to-iso-string/test/index.js
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
var assert = require('assert');
|
||||
var iso = require('..');
|
||||
|
||||
describe('to-iso-string', function () {
|
||||
it('should work', function () {
|
||||
var date = new Date("05 October 2011 14:48 UTC");
|
||||
assert('2011-10-05T14:48:00.000Z' == iso(date));
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user