camunda-bpmn-moddle
Version:
Camunda moddle extensions for BPMN 2.0
18 lines (10 loc) • 359 B
JavaScript
;
describe('descriptor', function() {
var camundaDescriptor = require('../../resources/camunda');
it('should provide model', function() {
// then
expect(camundaDescriptor).to.exist;
expect(camundaDescriptor.uri).to.eql('http://camunda.org/schema/1.0/bpmn');
expect(camundaDescriptor.prefix).to.eql('camunda');
});
});