Skip to content

Commit

Permalink
New version 1.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed Sep 19, 2023
1 parent 60f7151 commit 53f1dbc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mappable-test-server",
"version": "1.0.21",
"version": "1.0.22",
"private": "true",
"description": "Test server for demonstrating work with the tile and bbox data loading API for the Mappable API",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/tests/v1/api.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ describe('/v1', () => {
[-56.25, 40.97989806962013]
]);

expect(result.minMax).toEqual([
expect(result.features[0].properties?.minMax).toEqual([
[-67.30010370199994, 47.960976981000044],
[-56.3153175459999, 43.45754888200008]
]);
Expand Down

0 comments on commit 53f1dbc

Please sign in to comment.