mirror of
https://git.tuxpa.in/a/code-server.git
synced 2025-01-16 04:38:46 +00:00
6 lines
130 B
JavaScript
6 lines
130 B
JavaScript
module.exports = {
|
|
preset: "ts-jest",
|
|
testEnvironment: "node",
|
|
testPathIgnorePatterns: ["/node_modules/", "lib/vscode/"],
|
|
}
|