mirror of https://github.com/immich-app/immich.git
feat(cli): add build script and unify tests (#3369)
parent
0c07c0ba4e
commit
f700f3427b
@ -1,8 +0,0 @@
|
|||||||
import type { Config } from 'jest';
|
|
||||||
|
|
||||||
const config: Config = {
|
|
||||||
preset: 'ts-jest',
|
|
||||||
setupFilesAfterEnv: ['jest-extended/all'],
|
|
||||||
};
|
|
||||||
|
|
||||||
export default config;
|
|
||||||
@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"extends": "../tsconfig",
|
|
||||||
"compilerOptions": {
|
|
||||||
"noEmit": true
|
|
||||||
},
|
|
||||||
"references": [{ "path": ".." }]
|
|
||||||
}
|
|
||||||
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"extends": "./tsconfig.json",
|
||||||
|
"exclude": ["dist", "node_modules", "upload", "test", "**/*spec.ts"]
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue