Skip to content

Commit

Permalink
cleanup(tests): remove duplicated test assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
0x-r4bbit committed Mar 28, 2016
1 parent 8b9baba commit e396315
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/container.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,6 @@ describe('container', () => {
expect(() => container.get(null)).toThrow();
expect(() => container.get(undefined)).toThrow();

expect(() => container.get(null)).toThrow();
expect(() => container.get(undefined)).toThrow();

expect(() => container.registerInstance(null, {})).toThrow();
expect(() => container.registerInstance(undefined, {})).toThrow();

Expand Down

0 comments on commit e396315

Please sign in to comment.