Skip to content

Commit

Permalink
test: Added test
Browse files Browse the repository at this point in the history
  • Loading branch information
josebui committed May 10, 2024
1 parent 49d4f5d commit 93e5e8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/storyMap/components/StoryMapForm.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -904,9 +904,9 @@ test('StoryMapForm: Add data layer', async () => {
'ac0853a2-99e4-4794-93ca-aafc89f361b6': expect.objectContaining({
visualizeConfig: expect.anything(),
mapboxTilesetId: expect.anything(),
dataEntry: expect.anything()
})
}
dataEntry: expect.anything(),
}),
},
}),
expect.anything()
);
Expand Down

0 comments on commit 93e5e8d

Please sign in to comment.