Skip to content
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

Unit Test #9

Open
flynncao opened this issue Feb 5, 2024 · 2 comments
Open

Unit Test #9

flynncao opened this issue Feb 5, 2024 · 2 comments
Assignees
Labels
dev enhancement New feature or request

Comments

@flynncao
Copy link
Owner

flynncao commented Feb 5, 2024

Please consider shortcutting the following procedures to save dev time via Unit Test:

For example:

Add new anime

  1. Send /create to bot (command called)
  2. Send 6049,-123,新世紀エヴァンゲリオン劇場版 Air/まごころを、君に to bot (conversation called)
  3. Send 新世紀エヴァンゲリオン劇場版 Air/まごころを、君に | 1080p to bot (conversation called, connecting to DB)
  4. Wait for the result from the bot server
@flynncao flynncao added enhancement New feature or request dev labels Feb 5, 2024
@flynncao flynncao self-assigned this Feb 5, 2024
@flynncao
Copy link
Owner Author

as a project that depends on tsup, it not smoothly to write and execute unit test due to egoist/tsup#665

@flynncao
Copy link
Owner Author

flynncao commented Dec 18, 2024

I am considering using vitest suit to replace current bundler & compiler, as it may improve overall compiling speed and more importantly provide a out-of-box platform for unit testing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant