Skip to content

Commit

Permalink
refactor(tpc): move tests to AST instead of code snapshots (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
huang-julien committed Jun 20, 2024
1 parent 3b727ff commit 8cb62f0
Show file tree
Hide file tree
Showing 5 changed files with 8,850 additions and 6,237 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
"#nuxt-scripts",
"#nuxt-scripts-validator",
"third-party-capital",
"knitwork"
"knitwork",
"estree-walker"
]
},
"dependencies": {
Expand All @@ -72,7 +73,6 @@
"@vueuse/core": "^10.10.1",
"consola": "^3.2.3",
"defu": "^6.1.4",
"estree-walker": "^3.0.3",
"h3": "^1.11.1",
"magic-string": "^0.30.10",
"mlly": "^1.7.1",
Expand All @@ -97,6 +97,7 @@
"@nuxt/module-builder": "^0.7.1",
"@nuxt/test-utils": "3.13.1",
"@types/semver": "^7.5.8",
"@typescript-eslint/typescript-estree": "^7.13.0",
"@unhead/schema": "^1.9.12",
"acorn-loose": "^8.4.0",
"bumpp": "^9.4.1",
Expand Down
Loading

0 comments on commit 8cb62f0

Please sign in to comment.