mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-01 09:35:41 -05:00
Even more strictness (#11879)
* add more to strict nulls * maintain error handling properly * fix lint * the rest of workbench/services * fix compile
This commit is contained in:
@@ -12,7 +12,7 @@ suite('Assessment service tests', () => {
|
||||
});
|
||||
|
||||
test('Construction - Assessment service Initialization', () => {
|
||||
let service = new AssessmentService(undefined);
|
||||
let service = new AssessmentService(undefined!);
|
||||
assert(service);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user