g6/.gitignore
xiaoiver 73bd1fed41
feat: use serverside rendering for integration tests (#4793)
* feat: use serverside rendering for integration tests

* chore: extend svg & webgl matchers for jest

* chore: interactive events can be triggerred in test case now

* chore: increase timeout

* chore: skip WebGL snapshot for now

* chore: support animation snapshot in test case

* chore: DOM API can be used in test case

* fix: make graph.getItemById private
2023-08-10 10:22:51 +08:00

39 lines
443 B
Plaintext

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
yarn.lock
package-lock.json
# Sys
.DS_Store
.idea
# Node
node_modules/
# Build
dist
lib
esm
# Test
coverage
# Bundle visualizer
stats.html
# Snapshots error images
packages/g6/tests/integration/snapshots/**/*-actual.*
packages/g6/tests/integration/snapshots/**/*-diff.*
# Website cache byb dumi
site/.dumi/tmp
site/.dumi/tmp-production
# Editor
.vscode