Skip to content

Commit

Permalink
test(store): remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisguttandin committed Oct 8, 2019
1 parent 5e6c4a8 commit aef4dba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/store/spec/action_creator.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ describe('Action Creators', () => {
});

it('should not allow type property', () => {
const foo = createAction('FOO', props<{ type: number }>() as any);
expectSnippet(`
const foo = createAction('FOO', props<{ type: number }>());
`).toFail(
Expand Down

0 comments on commit aef4dba

Please sign in to comment.