Update test.ts

This commit is contained in:
Sindre Sorhus 2022-06-12 16:05:40 +07:00 committed by GitHub
parent 335c5ee25f
commit d4749eb32d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -340,7 +340,7 @@ const types = new Map<string, Test>([
is: is.weakRef,
assert: assert.weakRef,
fixtures: window.WeakRef ? [new window.WeakRef({})] : [],
typename: 'WeakRef'
typename: 'WeakRef',
}],
['weakMap', {
is: is.weakMap,