mirror of
https://github.com/coder/code-server.git
synced 2026-05-24 13:17:28 +02: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