This website requires JavaScript.
Explore
Help
Sign In
sartography
/
bpmn-js
mirror of
https://github.com/sartography/bpmn-js.git
Watch
1
Star
0
Fork
You've already forked bpmn-js
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5027179149
bpmn-js
/
test
/
Matchers.js
1 line
53 B
JavaScript
Raw
Normal View
History
Unescape
Escape
feat(modeling): crop connections on shape boundaries Behind the scenes changes: * use diagram-js Matcher util in tests * add test cases for LayoutConnection * add test cases for CreateConnection * cleanup unused test diagram Related to #2
2014-07-30 14:06:32 +00:00
module
.
exports
=
require
(
'diagram-js/test/Matchers'
)
;