initial commit

This commit is contained in:
Erik Tiekstra
2021-03-16 11:49:59 +01:00
committed by Erik Tiekstra
commit f0d1b3ccd4
48 changed files with 46728 additions and 0 deletions

3
jest.preset.js Normal file
View File

@@ -0,0 +1,3 @@
const nxPreset = require('@nrwl/jest/preset');
module.exports = { ...nxPreset };