-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b07437f
commit 359583e
Showing
7 changed files
with
23 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/layers/MilepostLayer/milepost-line-layer/MilepostOffsetLineRenderer.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
import renderer from "../src/layers/MilepostLayer/milepost-line-layer/MilepostOffsetLineRenderer"; | ||
import { describe, test } from "vitest"; | ||
import renderer from "../src/layers/MilepostLayer/milepost-line-layer/MilepostOffsetLineRenderer"; | ||
|
||
describe.concurrent( | ||
"CIM renderer from JSON exported from ArcGIS Online", | ||
() => { | ||
test("renderer was created successfully", ({ expect }) => { | ||
expect(renderer).toBeDefined(); | ||
}); | ||
}, | ||
"CIM renderer from JSON exported from ArcGIS Online", | ||
() => { | ||
test("renderer was created successfully", ({ expect }) => { | ||
expect(renderer).toBeDefined(); | ||
}); | ||
}, | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters