mirror of
https://git.tuxpa.in/a/code-server.git
synced 2025-02-17 09:29:19 +00:00
6 lines
130 B
JavaScript
6 lines
130 B
JavaScript
|
module.exports = {
|
||
|
preset: 'ts-jest',
|
||
|
testEnvironment: 'node',
|
||
|
testPathIgnorePatterns: ["/node_modules/", "lib/vscode/"]
|
||
|
};
|