briebug / ngrx-entity-schematic

Angular schematic for quickly scaffolding NgRx Entities
https://stackblitz.com/github/briebug/ngrx-demo?file=src%2Fapp%2Fstate%2Fbriebug%2Fbriebug.actions.ts
26 stars 6 forks source link

feat(schematic-src): Remove path mappings #25

Closed reidsvilleneuve closed 6 years ago

reidsvilleneuve commented 6 years ago

Run the tests. Make sure the schematic-src app still compiles and maintains its basic functionality.

schuchard commented 6 years ago

Merged the code to run schematic against sandbox. Can you rebase? Should be able to run yarn clean:launch to test.

schuchard commented 6 years ago

I merged a few other PR's and handled the rebase for this one.

Test

Test with yarn test:ci - run schematic, lint, unit & e2e test and build.

For now the sandbox-app is configured with components and tests that reference a Briebug entity name so that is required as the initial entity for now.

Multiple Entities

can also test with yarn launch briebug --init followed by any number of yarn launch ENTITY_NAME then yarn test:sandbox

reidsvilleneuve commented 6 years ago

The test steps you've specified fail. I'll show you what I'm seeing in the office tomorrow -- I don't think that it'll be too hard to fix, though it's out of the scope of this story. We might consider fixing/merging what I'm seeing first, and then rebasing this branch onto the fixed version.

schuchard commented 6 years ago

Try build:fileBuilder and build:schematic then test:ci