mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-24 01:15:25 +01:00
fixing tests
This commit is contained in:
parent
7fe68287eb
commit
b4e83520b5
1 changed files with 1 additions and 3 deletions
|
|
@ -1,9 +1,7 @@
|
|||
import {createPlaneAndOpenSketcher, extrudeCube} from '../utils/scripts';
|
||||
import {testExtrudeCOI1Faces} from "./craftExtrude";
|
||||
import {createPlaneAndOpenSketcher} from '../utils/scripts';
|
||||
|
||||
export const TEST_MODE = 'modellerUI';
|
||||
|
||||
testRevolveHalfWay.only = true;
|
||||
export async function testRevolveHalfWay(env, ui) {
|
||||
await createPlaneAndOpenSketcher(ui);
|
||||
let sui = ui.openSketcher();
|
||||
|
|
|
|||
Loading…
Reference in a new issue