Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwhit committed Feb 20, 2025
1 parent 35f5dcc commit 0cc3255
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tests/specs/outdated/update_has_latest/__test__.jsonc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"tempDir": true,
"steps": [
{
"args": "install",
"output": "[WILDCARD]"
},
{
"args": "outdated --update",
"output": "update.out"
}
]
}
5 changes: 5 additions & 0 deletions tests/specs/outdated/update_has_latest/deno.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"imports": {
"@denotest/add": "jsr:@denotest/add@^0.2.1"
}
}
3 changes: 3 additions & 0 deletions tests/specs/outdated/update_has_latest/update.out
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
All dependencies are at newest compatible versions.
note: newer, incompatible versions are available.
Run with `--latest` to update

0 comments on commit 0cc3255

Please sign in to comment.