1
0
mirror of https://git.tuxpa.in/a/code-server.git synced 2025-02-17 09:29:19 +00:00
code-server-2/jest.config.js

6 lines
130 B
JavaScript
Raw Normal View History

2021-01-08 20:55:47 +00:00
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testPathIgnorePatterns: ["/node_modules/", "lib/vscode/"]
};