Skip to content

Commit

Permalink
print generators
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Sep 27, 2024
1 parent 385b0c3 commit 5b0b1c2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ describe('SubGenerator <%= subGenerator %> of <%= application.baseName %> JHipst
});

it('should succeed', () => {
console.log(Object.keys(result.env.store._meta).sort());
expect(result.getStateSnapshot()).toMatchSnapshot();
});
});
Expand Down

0 comments on commit 5b0b1c2

Please sign in to comment.