Merge branch 'issue-604' into 'main'

Resolve issue #604

Closes #604

See merge request nightlycommit/twing!598
This commit is contained in:
Eric MORAND 2024-01-18 12:49:21 +00:00
commit beee3a96d4
3 changed files with 6 additions and 5 deletions

View File

@ -27,5 +27,9 @@
"reporter": [
"text-summary",
"html"
]
],
"include": [
"**/src/**"
],
"exclude": []
}

View File

@ -1,3 +0,0 @@
export function push(map: Map<any, any>, item: any) {
map.set(map.size, item);
}

View File

@ -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'
});