bpmn-js/test
Oguz 157aec6ed6 feat(lib): deprecate import.parse.complete <context> payload
The <import.parse.complete> event is now invoked with

{
 error,
 definitions,
 elementsById,
 references,
 warnings
}

The old payload is deprecated:

{
  error,
  definitions,
  context: { elementsById, references, warnings }
}
2020-04-29 11:12:23 +02:00
..
config chore(tests): add promise polyfill to tests 2020-04-29 11:12:23 +02:00
distro chore(project): drop 'use strict' 2018-04-03 18:09:53 +02:00
fixtures test(fixtures): correct broken diagram 2020-04-08 13:20:03 +02:00
helper feat(lib): Promisify public APIs 2020-04-29 11:12:23 +02:00
integration feat(lib): Promisify public APIs 2020-04-29 11:12:23 +02:00
matchers chore(matchers): pass expected value 2020-02-06 13:47:32 +01:00
spec feat(lib): deprecate import.parse.complete <context> payload 2020-04-29 11:12:23 +02:00
util chore(documentation): fix JSDoc number types 2020-04-07 06:52:55 +00: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
coverageBundle.js chore(project): rename test bundles 2019-12-10 15:58:47 +01:00
testBundle.js chore(project): rename test bundles 2019-12-10 15:58:47 +01:00