test: Add test IDs (#9205)

This commit is contained in:
Manuel
2024-07-18 15:41:04 +02:00
committed by GitHub
parent 4b04c2222c
commit 901cff5edd
42 changed files with 302 additions and 282 deletions

View File

@@ -62,7 +62,7 @@ describe('Parse.Polygon testing', () => {
}, done.fail);
});
it('polygon equalTo (open/closed) path', done => {
it_id('3019353b-d5b3-4e53-bcb1-716418328bdd')('polygon equalTo (open/closed) path', done => {
const openPoints = [
[0, 0],
[0, 1],