dalaoshu
dalaoshu
Does `vitest/no-commented-out-tests` seem to be duplicated with `jest/no-commented-out-tests`?
`Justfile` seems to not have the command `just new-vitest-rule`. Should we add it or use `just new-jest-rule`? @Boshen
> Did you manage to test this locally? At the beginning of the draft, I conducted testing and it has now been completed.
You can create a new branch based on the commit history prior to commit `f19562` to reproduce the issue.
> I used to be troubled by this problem too... 😂 Can I see the specific wrong github action link? At present, only `Action` records are available, and the `PR`...
> Wasn't the issue in the description had been resolved? I think this is necessary. Sorry. This is a PR from a long time ago, and I fixed the issues...
I have to set the type of test to `String | RegExp` because it is used in some test cases' `_config.json` in crates.
Perhaps we can change the `BindingStringOrRegex` to `Either`, so that we don't need to perform additional processing on it on the js side. @IWANABETHATGUY cc
> I have to set the type of test to `String | RegExp` because it is used in some test cases' `_config.json` in crates. I'm not sure if we support...