Skip to content

Commit

Permalink
Satisfy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
YonatanKra committed May 9, 2020
1 parent 436db93 commit b2f3735
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Specs/DataSources/EntitySpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ describe("DataSources/Entity", function () {
expect(function () {
entity = new Entity(options);
}).not.toThrowDeveloperError();

expect(entity).toBeDefined();
});

it("constructor sets expected properties.", function () {
Expand Down

0 comments on commit b2f3735

Please sign in to comment.