Skip to content

Commit 805d48c

Browse files
authored
add e2e test for reflection API (#549)
Add a test that checks the responses from the reflection API. Describe the test in a YAML file so it can be used by other languages.
1 parent 40af4e5 commit 805d48c

File tree

7 files changed

+1994
-271
lines changed

7 files changed

+1994
-271
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
"prettier": "^3.2.5",
3636
"prettier-plugin-css-order": "2.0.1",
3737
"prettier-plugin-organize-imports": "^3.2.4",
38-
"ts-node": "^10.9.2"
38+
"ts-node": "^10.9.2",
39+
"tsx": "^4.7.1"
3940
},
4041
"packageManager": "[email protected]+sha256.dbdf5961c32909fb030595a9daa1dae720162e658609a8f92f2fa99835510ca5"
4142
}

pnpm-lock.yaml

Lines changed: 273 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)