mirror of
https://gitlab.com/nightlycommit/twing.git
synced 2025-01-18 08:46:50 +02:00
Merge branch 'issue-604' into 'main'
Resolve issue #604 Closes #604 See merge request nightlycommit/twing!598
This commit is contained in:
commit
beee3a96d4
@ -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