Skip to content

Commit

Permalink
test: add failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Dec 27, 2024
1 parent 46b4342 commit 489600f
Show file tree
Hide file tree
Showing 3 changed files with 148 additions and 132 deletions.
14 changes: 7 additions & 7 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@
"singleQuote": true
},
"imports": {
"@ast-grep/napi": "npm:@ast-grep/napi@^0.31.0",
"@luca/esbuild-deno-loader": "jsr:@luca/esbuild-deno-loader@^0.11.0",
"@std/assert": "jsr:@std/assert@^1.0.8",
"@std/fs": "jsr:@std/fs@^1.0.6",
"esbuild": "npm:esbuild@^0.24.0",
"prettier": "npm:prettier@^3.4.1",
"@ast-grep/napi": "npm:@ast-grep/napi@^0.32.2",
"@luca/esbuild-deno-loader": "jsr:@luca/esbuild-deno-loader@^0.11.1",
"@std/assert": "jsr:@std/assert@^1.0.10",
"@std/fs": "jsr:@std/fs@^1.0.8",
"esbuild": "npm:esbuild@^0.24.2",
"prettier": "npm:prettier@^3.4.2",
"typescript": "npm:typescript@^5.7.2",
"unplugin-isolated-decl": "npm:unplugin-isolated-decl@^0.9.1"
"unplugin-isolated-decl": "npm:unplugin-isolated-decl@^0.10.2"
}
}
Loading

0 comments on commit 489600f

Please sign in to comment.