✅(y-provider) add tests for y-provider server
We add jest tests for the y-provider server. The CI will be able to run the tests.
This commit is contained in:
7
src/frontend/servers/y-provider/tsconfig.build.json
Normal file
7
src/frontend/servers/y-provider/tsconfig.build.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"rootDir": "./src",
|
||||
},
|
||||
"exclude": ["node_modules", "dist", "__tests__"],
|
||||
}
|
||||
Reference in New Issue
Block a user