Skip to content

Commit

Permalink
update snapshot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
coffee-cup committed Feb 7, 2025
1 parent 591e72a commit 910f195
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions core/__snapshots__/core_test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@
"steps": [
{
"assets": {
"mise.toml": "[tools]\n [tools.node]\n version = \"23.7.0\"\n [tools.pnpm]\n version = \"10.2.0\"\n"
"mise.toml": "[tools]\n [tools.node]\n version = \"22.13.1\"\n [tools.pnpm]\n version = \"10.2.0\"\n"
},
"commands": [
{
Expand Down Expand Up @@ -2458,7 +2458,7 @@
"steps": [
{
"assets": {
"mise.toml": "[tools]\n [tools.node]\n version = \"23.7.0\"\n [tools.npm]\n version = \"9.9.4\"\n"
"mise.toml": "[tools]\n [tools.node]\n version = \"22.13.1\"\n [tools.npm]\n version = \"9.9.4\"\n"
},
"commands": [
{
Expand Down Expand Up @@ -2652,7 +2652,7 @@
},
{
"assets": {
"mise.toml": "[tools]\n [tools.node]\n version = \"23.7.0\"\n [tools.npm]\n version = \"9.9.4\"\n"
"mise.toml": "[tools]\n [tools.node]\n version = \"22.13.1\"\n [tools.npm]\n version = \"9.9.4\"\n"
},
"commands": [
{
Expand Down
2 changes: 1 addition & 1 deletion mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ run = "go test -short ./..."
run = "go test ./integration_tests"

[tasks.test-update-snapshots]
run = "UPDATE_SNAPS=true go test ./..."
run = "UPDATE_SNAPS=true go test -short ./..."

[tasks.check]
run = """
Expand Down

0 comments on commit 910f195

Please sign in to comment.