chore(opencode-sandbox): add SSH config, git safe directory, and test setup
This commit is contained in:
8
.opencode-sandbox/jest.config.js
Normal file
8
.opencode-sandbox/jest.config.js
Normal file
@@ -0,0 +1,8 @@
|
||||
module.exports = {
|
||||
preset: 'ts-jest',
|
||||
testEnvironment: 'node',
|
||||
rootDir: '.',
|
||||
testMatch: ['**/tests/**/*.test.ts'],
|
||||
verbose: true,
|
||||
forceExit: true,
|
||||
}
|
||||
Reference in New Issue
Block a user