Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vdelacruzb committed Jan 23, 2025
1 parent 85dcc32 commit ec9e71d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ test('accessors library defined', () => {
expect(accessorsLib.featureCollection).toBeDefined();
expect(accessorsLib.feature).toBeDefined();
expect(accessorsLib.envelope).toBeDefined();
});
});
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ const constructorsLib = require('../build/constructors');
test('constructors library defined', () => {
expect(constructorsLib.bezierSpline).toBeDefined();
expect(constructorsLib.ellipse).toBeDefined();
});
});
2 changes: 1 addition & 1 deletion clouds/bigquery/libraries/javascript/test/h3.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ test('h3 library defined', () => {
expect(h3Lib.h3ToChildren).toBeDefined();
expect(h3Lib.h3ToParent).toBeDefined();
expect(h3Lib.uncompact).toBeDefined();
});
});
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ test('measurements library defined', () => {
expect(measurementsLib.featureCollection).toBeDefined();
expect(measurementsLib.feature).toBeDefined();
expect(measurementsLib.distanceWeight).toBeDefined();
});
});
2 changes: 1 addition & 1 deletion clouds/bigquery/libraries/javascript/test/placekey.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ test('placekey library defined', () => {
expect(placekeyLib.placekeyIsValid).toBeDefined();
expect(placekeyLib.h3ToPlacekey).toBeDefined();
expect(placekeyLib.placekeyToH3).toBeDefined();
});
});
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ test('processing library defined', () => {
expect(processingLib.feature).toBeDefined();
expect(processingLib.voronoi).toBeDefined();
expect(processingLib.polygonToLine).toBeDefined();
});
});
2 changes: 1 addition & 1 deletion clouds/bigquery/libraries/javascript/test/s2.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ test('s2 library defined', () => {
expect(s2Lib.latLngToKey).toBeDefined();
expect(s2Lib.FromHilbertQuadKey).toBeDefined();
expect(s2Lib.idToLatLng).toBeDefined();
});
});

0 comments on commit ec9e71d

Please sign in to comment.