You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add tests and types for new Node test runner todo shorthands (skip and todo)
Node introduced these recently: nodejs/node#47909
I noticed the types are missing the `only` shorthand for all of `it`, `describe` and `test`. Should I add them in this PR or in a new one once this is merged?
* Add the `only` shorthands
These were missing before and even though they were not introduced with the `test` shorthands I was asked by the types maintainer to add them in this PR.
* Add tests for the `only` shorthand
I think this is how it should be done.
* Update version in `index.d.ts`
The `todo` shorthands were added in the as of writing latest stable version of Node.
* Add the same to `ts4.8` and fix `TestFn`/`SuiteFn` type
This should be correct.
* Use MAJOR.MINOR version as is enforced in the CI
Didn't realize this was the case.
0 commit comments