mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-10 02:13:58 +01:00
stub fot testSnap
This commit is contained in:
parent
8330d4b91d
commit
ea7c40949f
1 changed files with 1 additions and 6 deletions
|
|
@ -65,12 +65,7 @@ export default {
|
|||
|
||||
testSnap: function(env) {
|
||||
test.emptySketch((win, app) => {
|
||||
addSegment(app, 10, 10, 100, 100);
|
||||
env.assertEquals(0, app.viewer.selected.length);
|
||||
// this point technically isn't on the line but should trigger the selection
|
||||
click(app.viewer.toolManager.tool, 55, 50);
|
||||
env.assertEquals(1, app.viewer.selected.length);
|
||||
env.done();
|
||||
env.fail('implement me');
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue