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
* test: add `parse-tsconfig` spec
- test passing tsconfig, buggy tsconfig, non-existent tsconfig, and not a tsconfig
- clean: "failed to read" error will never happen as we already checked for existence of the file earlier
- so remove the `undefined` check and instead use a non-null assertion (plus a comment explaining it)
- refactor: move the integration test for tsconfig error into this unit test instead
- faster / more efficient / more precise
- refactor: split out a `makeOptions` func that creates default plugin options to use in tests
- similar to `makeStubbedContext`
* fix windows test by normalizing
Co-authored-by: Eugene Zolenko <[email protected]>
0 commit comments