mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-09 18:02:50 +01:00
5 lines
205 B
JavaScript
5 lines
205 B
JavaScript
import {defineCypressTests} from "../../../../coreTests/defineCypress";
|
|
import * as SegmentToolTests from "../../../../coreTests/testCases/segment";
|
|
|
|
|
|
defineCypressTests("Segment Tool", SegmentToolTests);
|