mirror of
https://github.com/coder/code-server.git
synced 2025-07-30 21:45:08 +08:00
feat: setup jest
This commit is contained in:
5
jest.config.js
Normal file
5
jest.config.js
Normal file
@ -0,0 +1,5 @@
|
||||
module.exports = {
|
||||
preset: 'ts-jest',
|
||||
testEnvironment: 'node',
|
||||
testPathIgnorePatterns: ["/node_modules/", "lib/vscode/"]
|
||||
};
|
Reference in New Issue
Block a user