mirror of
https://github.com/coder/code-server.git
synced 2026-05-10 22:37:26 +02:00
refactor: move jest and add package.json to /test
This commit is contained in:
5
test/jest.config.js
Normal file
5
test/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