bpmn-js/test
Valerio Spadaro 1c0585aaaf feat(Viewer): allow to select diagram to view
This introduces a new parameter to `Viewer#importXML`
which enables to choose the diagram to display.

```
var viewer = new Viewer({ container: container });
viewer.importXML(xml, diagramId, done);
```

Closes #87
2019-04-16 15:20:12 +02:00
..
config test(project): use built-in progress reporter 2019-01-10 12:36:02 +01:00
distro chore(project): drop 'use strict' 2018-04-03 18:09:53 +02:00
fixtures feat(Viewer): allow to select diagram to view 2019-04-16 15:20:12 +02:00
helper fix(test/helper): expose #bootstrapBpmnJS utility 2018-04-05 13:01:34 +02:00
integration chore(project): drop 'use strict' 2018-04-03 18:09:53 +02:00
matchers chore(test/matchers): improve jsonEquals matcher 2018-06-28 09:03:34 +02:00
spec feat(Viewer): allow to select diagram to view 2019-04-16 15:20:12 +02:00
util test(keyboard): use standard KeyEvents util 2018-11-21 09:41:52 +01:00
.eslintrc chore(project): use shared linter config 2018-02-14 16:42:52 +01:00
TestHelper.js chore(test): clean up test setup 2018-07-09 12:30:45 +02:00
all.js chore(project): add test coverage 2018-10-04 07:37:01 +00:00
suite.js chore(project): use karma-webpack for testing 2018-07-16 13:00:55 +02:00