chore(testing): release testing@1.0.0 (#5218)

Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
This commit is contained in:
Asher Gomez 2024-07-31 16:55:45 +10:00 committed by GitHub
parent 88bb751212
commit 20577daefe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@
"@std/regexp": "jsr:@std/regexp@^1.0.0",
"@std/semver": "jsr:@std/semver@^1.0.0",
"@std/streams": "jsr:@std/streams@^1.0.0",
"@std/testing": "jsr:@std/testing@^1.0.0-rc.5",
"@std/testing": "jsr:@std/testing@^1.0.0",
"@std/text": "jsr:@std/text@^1.0.1",
"@std/toml": "jsr:@std/toml@^1.0.0",
"@std/ulid": "jsr:@std/ulid@^1.0.0",

View File

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