Add embryo to e2e tests

This commit is contained in:
Niklas Fondberg
2021-04-19 12:54:38 +02:00
parent 6bd48467a3
commit bf01ecba9c
5 changed files with 3903 additions and 8 deletions
+4
View File
@@ -0,0 +1,4 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
};