feat: add @tower/config package with env validation
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
module.exports = {
|
||||
preset: 'ts-jest',
|
||||
testEnvironment: 'node',
|
||||
testMatch: ['**/*.test.ts'],
|
||||
};
|
||||
Reference in New Issue
Block a user