bun-types 1.1.16-canary.20240621T140454 → 1.1.16-canary.20240622T140522
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/test.d.ts +1 -1
package/package.json
CHANGED
package/test.d.ts
CHANGED
|
@@ -1293,7 +1293,7 @@ declare module "bun:test" {
|
|
|
1293
1293
|
* - If expected is a `string` or `RegExp`, it will check the `message` property.
|
|
1294
1294
|
* - If expected is an `Error` object, it will check the `name` and `message` properties.
|
|
1295
1295
|
* - If expected is an `Error` constructor, it will check the class of the `Error`.
|
|
1296
|
-
* - If expected is not provided, it will check if anything
|
|
1296
|
+
* - If expected is not provided, it will check if anything has thrown.
|
|
1297
1297
|
*
|
|
1298
1298
|
* @example
|
|
1299
1299
|
* function fail() {
|