We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 436db93 commit 6136dfeCopy full SHA for 6136dfe
Specs/DataSources/EntitySpec.js
@@ -28,6 +28,7 @@ import { WallGraphics } from "../../Source/Cesium.js";
28
29
describe("DataSources/Entity", function () {
30
it("should not throw when contructed with undefined or null name", function () {
31
+ // eslint-disable-next-line no-unused-vars
32
var entity;
33
var options = {
34
name: undefined,
0 commit comments