Added jest, jest-puppeteer and jest-image-snapshot for e2e tests

This commit is contained in:
Knut Sveidqvist
2019-05-30 19:27:27 +02:00
parent ee0cb8793f
commit 6974892a11
8 changed files with 529 additions and 28 deletions

3
__mocks__/MERMAID.js Normal file
View File

@@ -0,0 +1,3 @@
export const curveBasis = 'basis'
export const curveLinear = 'linear'
export const curveCardinal = 'cardinal'