Skip to content
Snippets Groups Projects
Commit 32e10c95 authored by Behrisch, M. (Michael)'s avatar Behrisch, M. (Michael)
Browse files

fix: testing to fix ci issue with graph-layout

parent 4a145cbf
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ test:
extends: .distributed
script:
- apk add --update git
- yarn nx affected --base=HEAD~1 --target=test --parallel --max-parallel=4
- yarn nx affected --base=HEAD~1 --target=test --parallel --max-parallel=12
build:
stage: build
......
......@@ -15,10 +15,6 @@
"graphology-layout-forceatlas2": "^0.8.2",
"graphology-layout-noverlap": "^0.4.2",
"web-worker": "^1.2.0"
},
"devDependencies": {
"canvas": "^2.9.1",
"graphology-generators": "^0.11.2",
"jest-canvas-mock": "^2.4.0"
}
}
import 'jest-canvas-mock';
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment