Replies: 1 comment 3 replies
-
hey @joshmeads. I did not create any spec for testing routes (yet). So there's no builtin support for testing it. Would you like to help me design a new one? I could implement or fix any problems that might happen. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@arthurfiorette thanks for Kita! I want to give it a serious try in a production system as I'm looking at alternatives for NestJS. Given the team sized involved I want to maintain high code to test locality. I see in your create app you have a
src
and atest
folder - is there any way we can have withinroutes
a structure like this?Trying that out the box results in an error (hence this discussion). I was wondering if there is a built in way to ignore certain globs (
test.ts
,spec.ts
, etc) or is that something you'd be open to adding? I'm happy to assist with a PR if you can give me a rough direction on what's needed as I haven't yet spent the time to go through the codebase.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions