Update test.ts
This commit is contained in:
parent
335c5ee25f
commit
d4749eb32d
1 changed files with 1 additions and 1 deletions
|
|
@ -340,7 +340,7 @@ const types = new Map<string, Test>([
|
||||||
is: is.weakRef,
|
is: is.weakRef,
|
||||||
assert: assert.weakRef,
|
assert: assert.weakRef,
|
||||||
fixtures: window.WeakRef ? [new window.WeakRef({})] : [],
|
fixtures: window.WeakRef ? [new window.WeakRef({})] : [],
|
||||||
typename: 'WeakRef'
|
typename: 'WeakRef',
|
||||||
}],
|
}],
|
||||||
['weakMap', {
|
['weakMap', {
|
||||||
is: is.weakMap,
|
is: is.weakMap,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue