Ben Asher

Results 142 comments of Ben Asher

Ah. Thanks! Super helpful. I was able to get a more minimal sample. I have updated the sample project. One thing I still don't quite understand. With the smaller example,...

Ah! Super interesting. Thanks again! I'll leave it to you all as to whether to close this. It would be great if TS could provide a tool to run a...

If it's at all possible to include more fallback behaviors that would make this scenario work, I would be appreciative. It appears I was unsuccessful at convincing this maintainer that...

In our multi-root workspace / large codebase setup, it's overwhelming to watch all tests all of the time. We prefer to re-run tests as needed. Generally speaking, our workflow is:...

FWIW, this is probably the main feature keeping us from switching away from https://github.com/firsttris/vscode-jest-runner (provides debug options for describe, in addition to each it/test)

Oh great, thanks! Will give that a try

Do you think something like #288 is in the cards to better surface this (when file is wrapped in a describe)?

Yup! I actually suggested it above. You can pass `--no-color` to `git diff` to force to not colorize output.

Instead of adding more options, it might be an improvement to consider all `SELECT *`-type models as db-level implementation details that should be hidden from library clients. Often, you'll create...

@simerlec What was wrong about your assumption? Trying to figure this out myself now