Commit Graph

36 Commits

Author SHA1 Message Date
braks
17a50dc7dc chore: update deps 2023-10-30 13:36:07 +01:00
braks
db4c2da9a5 feat(tests): add fitView tests 2023-07-24 09:55:03 +02:00
braks
faee0e3ddc chore(tests): move setState test to separate dir 2023-07-24 09:55:03 +02:00
braks
94b43a68d6 chore: lint 2023-05-25 20:48:26 +02:00
braks
9bf9c644be tests: use timeout to avoid cli run fails 2023-05-25 20:48:26 +02:00
braks
f9462d16a9 tests: update delete key code tests 2023-05-25 20:48:26 +02:00
braks
669a2a3f8c tests: update nodes tests 2023-05-25 20:48:26 +02:00
braks
3a1b0ab78b tests: update edges tests 2023-05-25 20:48:26 +02:00
braks
56e7dd0bd0 chore(tests): update deps
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-05-11 15:33:42 +02:00
braks
a238c6d3f5 chore(tests): lint
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-04-24 00:13:01 +02:00
braks
d15410523f chore(tests): update cypress
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-03-31 21:30:23 +02:00
braks
f61e5beb02 chore: lint files
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-03-31 21:30:23 +02:00
braks
65db65da2f chore: update lint scripts
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-03-31 21:30:23 +02:00
braks
870c8fd407 chore(tests): update deps
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-03-08 16:32:11 +01:00
braks
3f72713e3e tests: test if custom props are passed to custom connection line
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-03-08 16:32:11 +01:00
braks
929e2b5d04 tests: add isValidConnection prop test
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-03-08 16:32:11 +01:00
braks
7519b31b8f tests: add custom connection line component test
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-03-08 16:32:11 +01:00
braks
36a12a6fe8 chore(deps): cleanup deps
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-03-07 19:13:27 +01:00
braks
c91aac782d chore(tests): wait to find edge
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-03-02 08:47:38 +01:00
braks
13db453b66 tests: update connect tests to check if events were emitted
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-03-02 08:47:38 +01:00
braks
e10663ad5d tests: add custom edge test
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-02-24 20:07:13 +01:00
braks
17c28a7b6d tests: add custom node test
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-02-23 14:59:38 +01:00
braks
3211686c40 chore: correct pkg deps
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-02-23 14:59:29 +01:00
braks
98db749e51 chore(tests): cleanup tsconfig
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-02-22 20:20:11 +01:00
braks
12845eb7e2 tests: update min/max zoom tests
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-02-22 20:20:11 +01:00
braks
3df4edd797 refactor: rename tooling package scope
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-02-22 20:20:11 +01:00
braks
a3ec3b40a7 refactor(tests): rename e2e to tests
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
2023-02-22 20:20:11 +01:00
Braks
08204fdcbb feat: Test pipeline
* Rename tests dir to e2e as tests gets ignored as "package" by turbo
2022-04-11 11:30:10 +02:00
Braks
2a836d705d feat: Add turbo to root deps-dev 2022-04-11 11:30:10 +02:00
Braks
f011ea61b1 chore: Remove unused eslint-rules & lint files 2022-04-11 11:30:10 +02:00
Braks
e877643354 tests: fix test checking for wrong element type
* remove negation from check
2022-04-11 11:30:10 +02:00
Braks
fcdbc21d34 refactor(flow!): Change transform to viewport
* Change array type to object type and rename transform type to viewport
* Update examples & docs
2022-04-11 11:30:10 +02:00
Braks
a686d62528 fix(tests): initial state tests 2022-04-04 21:42:48 +02:00
Braks
b6216a849b chore: update package.json files 2022-04-04 21:42:48 +02:00
Braks
c1594b0071 update(examples): move examples into src dir 2022-04-04 21:42:48 +02:00
Braks
cd817b7f53 feat: implement workspaces 2022-04-04 21:42:48 +02:00