mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-23 15:29:05 +00:00
423c757f1d
This commit introduces a clean separation of node and browser tests. ALL tests should be organized according to where they are run non browser (áka node tests): `test/spec/node` browser tests: `test/spec/browser`
8 lines
61 B
Plaintext
8 lines
61 B
Plaintext
node_modules/
|
|
bower_components/
|
|
tmp/
|
|
docs/
|
|
dist/
|
|
.idea
|
|
*.iml
|