-
Notifications
You must be signed in to change notification settings - Fork 21
chore: restructure folder #89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
tests/src/cts/types.ts
Outdated
@@ -30,8 +30,3 @@ export type CTSBlock = { | |||
export type CTS = { | |||
requests: CTSBlock[]; | |||
}; | |||
|
|||
export const extensionForLanguage: Record<string, string> = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've moved to to utils
, because it's more like util than a type. WDYT?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes it makes sense ! Do you plan on expanding inside the cts
folder or create another folder for the clients tests ?
Doing a test on the CI, @eunjae-lee can you please edit a random spec file to make it intentionally throw? bad indent or something similar |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good for me 👍
* chore: restructure folder for cts * chore: fix script * chore: restructure * chore: testing ci * revert: chore: testing ci This reverts commit 1404650. * chore: test ci * chore: test ci 2 * chore: revert tests * chore: move cts specs
🧭 What and Why
Changes included:
This PR restructure the folders: