Upgrade angular, Nx and storybook (#888)

* Upgrade angular, Nx and storybook

* Update changelog
This commit is contained in:
Thomas Kaul
2022-05-08 09:26:33 +02:00
committed by GitHub
parent 57314d62ee
commit 34cbdd7c2a
21 changed files with 1705 additions and 1482 deletions

View File

@ -6,5 +6,5 @@
"types": ["jest", "node"]
},
"files": ["src/test-setup.ts"],
"include": ["**/*.spec.ts", "**/*.test.ts", "**/*.d.ts"]
"include": ["**/*.spec.ts", "**/*.test.ts", "**/*.d.ts", "jest.config.ts"]
}