Merge branch 'devel' into 'testing'
Restructure the codes See merge request !88
Showing
+34 -32
__test/gitlab.test.ts
deleted
100644 → 0
__test/integration.test.ts
0 → 100644
__test/methods.test.ts
deleted
100644 → 0
__test/unit.test.ts
0 → 100644
... | @@ -14,10 +14,11 @@ | ... | @@ -14,10 +14,11 @@ |
"url": "https://transfer.hft-stuttgart.de/gitlab/m4lab_tv1/project-page.git" | "url": "https://transfer.hft-stuttgart.de/gitlab/m4lab_tv1/project-page.git" | ||
}, | }, | ||
"scripts": { | "scripts": { | ||
"start:dev": "nodemon app.ts", | "start:dev": "nodemon ./src/app.ts", | ||
"start": "nodemon ./built/app.js", | "start": "nodemon ./built/app.js", | ||
"build": "tsc -build", | "build": "tsc -build", | ||
"clean": "tsc -build --clean", | "clean": "tsc -build --clean", | ||
"check-types": "tsc", | |||
"test": "jest", | "test": "jest", | ||
"cleancode": "ts-standard --fix" | "cleancode": "ts-standard --fix" | ||
}, | }, | ||
... | ... |
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
Please register or sign in to comment