ony3000 / prettier-plugin-classnames

A Prettier plugin that wraps verbose class name based on the `printWidth` option.
MIT License
113 stars 0 forks source link

Reunite tests to the default branch #34

Closed ony3000 closed 9 months ago

ony3000 commented 9 months ago

For the past few months, I've been maintaining my testing code in a separate branch.

Now, the reason why I wanted to separate the test code from the main branch has been resolved, and since managing multiple branches seems to be reducing development productivity, I'm trying to merge it back into the main branch.