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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/test.d.ts +1 -1
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.1.23",
2
+ "version": "1.1.24-canary.20240814T140521",
3
3
  "name": "bun-types",
4
4
  "license": "MIT",
5
5
  "main": "",
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 as thrown.
1316
+ * - If expected is not provided, it will check if anything has thrown.
1317
1317
  *
1318
1318
  * @example
1319
1319
  * function fail() {