From 884fc5e5972ccb6c0ac24572ed01f4a54eb0ec62 Mon Sep 17 00:00:00 2001 From: lyutails Date: Mon, 29 Jul 2024 11:53:25 +0300 Subject: [PATCH] feat: remove one more line about tests implementing from fines --- tasks/angular/signals.md | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/angular/signals.md b/tasks/angular/signals.md index f9ce9230c..3a7fb96ab 100644 --- a/tasks/angular/signals.md +++ b/tasks/angular/signals.md @@ -23,7 +23,6 @@ Fines - [ ] Failure to submit on time may lead to points lose according to the [Deadlines for Students requirements].(https://docs.app.rs.school/#/platform/pull-request-review-process?id=deadlines-for-students) - [ ] The app doesn't work or has console errors. (**-20**) - [ ] ESLint's warnings or errors are present. (**-15**) -- [ ] Didn't migrate the application completely from Karma and Jasmine to Jest. (**-20**) - [ ] Using the `Any` type. (**-20**) - [ ] Mandatory flags `noImplicitAny: true` and `strict: true` are not set in the TypeScript configuration file. (**-10**) - [ ] The ESLint configuration file does not include the `no-explicit-any` rule. (**-10**)