1
0
mirror of https://git.tuxpa.in/a/code-server.git synced 2025-02-18 18:09:18 +00:00
code-server-2/jest.config.js
2021-01-21 10:10:32 -07:00

6 lines
130 B
JavaScript

module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
testPathIgnorePatterns: ["/node_modules/", "lib/vscode/"]
};