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 c486f1b
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(runResult.env.store._meta).sort());
expect(result.getStateSnapshot()).toMatchSnapshot();
});
});
Expand Down

0 comments on commit c486f1b

Please sign in to comment.