mirror of
https://gitlab.com/nightlycommit/twing.git
synced 2025-01-18 08:46:50 +02:00
Resolve issue #604
This commit is contained in:
parent
e1a9315c7d
commit
cccbb7c072
@ -27,5 +27,9 @@
|
||||
"reporter": [
|
||||
"text-summary",
|
||||
"html"
|
||||
]
|
||||
],
|
||||
"include": [
|
||||
"**/src/**"
|
||||
],
|
||||
"exclude": []
|
||||
}
|
@ -1,3 +0,0 @@
|
||||
export function push(map: Map<any, any>, item: any) {
|
||||
map.set(map.size, item);
|
||||
}
|
@ -9,7 +9,7 @@ runTest({
|
||||
`
|
||||
},
|
||||
context: Promise.resolve({
|
||||
date: new Date('2000-01-01T00:00:00') // this is UTC
|
||||
date: new Date('2000-01-01T00:00:00Z') // this is UTC
|
||||
}),
|
||||
trimmedExpectation: 'January 1, 2000 00:00'
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user