Give better assertion messages for assert.all and assert.any (#193)

This commit is contained in:
Bjorn Stromberg 2023-08-09 19:49:06 +08:00 committed by GitHub
parent e03c249d6c
commit 85c89925b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 166 additions and 27 deletions

View file

@ -1,7 +1,13 @@
{
"extends": "@sindresorhus/tsconfig",
"compilerOptions": {
"outDir": "dist"
"lib": [
"DOM",
"DOM.Iterable",
"ES2021"
],
"outDir": "dist",
"target": "ES2021"
},
"include": [
"source"