bun-types 1.1.23 → 1.1.24-canary.20240814T140521
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
|
@@ -1313,7 +1313,7 @@ declare module "bun:test" {
|
|
|
1313
1313
|
* - If expected is a `string` or `RegExp`, it will check the `message` property.
|
|
1314
1314
|
* - If expected is an `Error` object, it will check the `name` and `message` properties.
|
|
1315
1315
|
* - If expected is an `Error` constructor, it will check the class of the `Error`.
|
|
1316
|
-
* - If expected is not provided, it will check if anything
|
|
1316
|
+
* - If expected is not provided, it will check if anything has thrown.
|
|
1317
1317
|
*
|
|
1318
1318
|
* @example
|
|
1319
1319
|
* function fail() {
|