Rename directory from email-server-worker to email-worker for clarity and brevity. Update all references in CLAUDE.md documentation.
10 lines
170 B
JSON
10 lines
170 B
JSON
{
|
|
"jest.jestCommandLine": "npm run test --",
|
|
"jest.autoRun": {
|
|
"watch": false,
|
|
"onSave": "test-file"
|
|
},
|
|
"jest.nodeEnv": {
|
|
|
|
}
|
|
} |