chore(testing): release testing@1.0.0-rc.1 (#5142)

* chore(testing): release `testing@1.0.0-rc.1`

* update

* update
This commit is contained in:
Asher Gomez 2024-06-26 17:36:35 +10:00 committed by GitHub
parent 06d43901a8
commit 1adff2da9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -357,7 +357,7 @@
<!-- testing --> <!-- testing -->
<g id="node34" class="node"> <g id="node34" class="node">
<title>testing</title> <title>testing</title>
<ellipse fill="none" stroke="black" cx="1147" cy="-252" rx="36" ry="36"/> <ellipse fill="lightgreen" stroke="black" cx="1147" cy="-252" rx="36" ry="36"/>
<text text-anchor="middle" x="1147" y="-247.8" font-family="Times,serif" font-size="14.00">testing</text> <text text-anchor="middle" x="1147" y="-247.8" font-family="Times,serif" font-size="14.00">testing</text>
</g> </g>
<!-- testing&#45;&gt;assert --> <!-- testing&#45;&gt;assert -->

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

@ -43,7 +43,7 @@
"@std/regexp": "jsr:@std/regexp@^1.0.0-rc.1", "@std/regexp": "jsr:@std/regexp@^1.0.0-rc.1",
"@std/semver": "jsr:@std/semver@^0.224.3", "@std/semver": "jsr:@std/semver@^0.224.3",
"@std/streams": "jsr:@std/streams@^1.0.0-rc.1", "@std/streams": "jsr:@std/streams@^1.0.0-rc.1",
"@std/testing": "jsr:@std/testing@^0.225.3", "@std/testing": "jsr:@std/testing@^1.0.0-rc.1",
"@std/text": "jsr:@std/text@^1.0.0-rc.1", "@std/text": "jsr:@std/text@^1.0.0-rc.1",
"@std/toml": "jsr:@std/toml@^1.0.0-rc.2", "@std/toml": "jsr:@std/toml@^1.0.0-rc.2",
"@std/ulid": "jsr:@std/ulid@^1.0.0-rc.2", "@std/ulid": "jsr:@std/ulid@^1.0.0-rc.2",

View File

@ -1,6 +1,6 @@
{ {
"name": "@std/testing", "name": "@std/testing",
"version": "0.225.3", "version": "1.0.0-rc.1",
"exports": { "exports": {
"./bdd": "./bdd.ts", "./bdd": "./bdd.ts",
"./mock": "./mock.ts", "./mock": "./mock.ts",