Replies: 2 comments
-
Based on discussing in TSC meeting on 11/12/24 we are going with the rule of simply naming your test file based on the file it is testing against. E.g. |
Beta Was this translation helpful? Give feedback.
0 replies
-
See Issue #93 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently we have to methods (?) when creating code files and test files.
foo/index.ts
&foo/index.test.ts
foo/index.ts
&foo/foo.test.ts
Would like to get consensus moving forward.
Personally. to kick it off, I like to use the later. The naming of
index
is kind of forced on us and not something that I particularly care for when naming files. So I usually use the "proper" name on the test files as it has no effect on them one way or the other.Beta Was this translation helpful? Give feedback.
All reactions