Kevin Schuchard
Kevin Schuchard
Hi @glitch452, I created a Typescript version of this library that adds a `getType` method as well type predicates for coercing the unknown type after it's checked. https://github.com/schuchard/taap#type-assertion-and-predicate-taap. Hope it...
Hi @agrublev, i created a similar typescript version that adds some methods. Specifically `getType`, which returns the type as a `string`. https://schuchard.github.io/taap/globals.html#gettype
Hi everyone, I've updated the [`@briebug/jest-schematic`](https://github.com/briebug/jest-schematic/tree/599664e777f3d88393d33ebbc02086f3cdcf7ffb) to utilize this builder and support single and multi app/lib workspaces. It's published under a pre-release right now and can be installed at: ```bash...
Hi, in this example do you have the `test` field in your angular.json file at `projects.[projectName].architect.test`?
Sorry, i see now. Is this project public? If not can you create a public version for me to test against?
Thank you for reporting. This schematic changes two json files, package.json and tsconfig.spec.json. Are you able to determine which file the error is coming from based on the line number...
This might be resolved in the latest PR https://github.com/briebug/jest-schematic/pull/37/files#diff-99dba52ba3c99a2cb3d95d1ada2821f8R278 where we looses the "strictness" of the JSON parsing. Can anyone test the current schematic to see if it's fixed?
This should be fixed in the latest 3.0.0 release with https://github.com/briebug/jest-schematic/pull/37/files#diff-99dba52ba3c99a2cb3d95d1ada2821f8R278. Please reopen if not.
For those still having problems, what operation systems are you using?