Phillip Huang
Phillip Huang
Mocha doesn't need to know why a test is skipped. Under this model, the user asked for all tests to be run, so interpreting the results becomes the user's problem....
OK, fair enough. Thanks for considering it, and thanks for taking up the maintenance of this project. I feel like it is in good hands after seeing the work you've...
Thank you for your consideration! Out of curiosity, what is a legitimate reason to have `to` not match a file? I couldn't think of one because 1) I'd expect all...
I see, I think I misinterpreted how caret works then. I thought `^build:app` meant "recursively depends on build:app in the package's dependency tree", but it sounds like it only checks...
OK, I was able to fix my Turbo file to my liking. Thanks @NicholasLYang for your help. Would you consider changing the documentation in https://turbo.build/repo/docs/crafting-your-repository/configuring-tasks#depending-on-tasks-in-dependencies-with-? > The ^ microsyntax tells...
I've been really keen to try `--isolatedDeclarations` in my company's codebase, now that Typescript 5.6 implemented `--noCheck`. However, the biggest blocker I've run into are libraries that take advantage of...