Skip to content

Commit

Permalink
Fix part of oppia#10474: Enable Strict type check for following servi…
Browse files Browse the repository at this point in the history
…ces - AppService, ExpressionParserService, FeaturedTranslationLanguageObjectFactory (oppia#10945)

* fixed 3 files

* sorted alphabetically
  • Loading branch information
anandwana001 authored Oct 14, 2020
1 parent 5229d2e commit c11fafa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import {
'domain/opportunity/featured-translation-language.model';

describe('Featured Translation Language model', () => {
let sampleFTL: FeaturedTranslationLanguage = null;
let sampleFTL: FeaturedTranslationLanguage;

beforeEach(() => {
let sampleFTLDict: FeaturedTranslationLanguageBackendDict = {
Expand Down
6 changes: 6 additions & 0 deletions tsconfig-strict.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,15 @@
}
},
"files": [
"core/templates/domain/opportunity/featured-translation-language.model.ts",
"core/templates/domain/opportunity/featured-translation-language.model.spec.ts",
"core/templates/domain/skill/assigned-skill.model.ts",
"core/templates/domain/skill/assigned-skill.model.spec.ts",
"core/templates/domain/utilities/audio-file.model.ts",
"core/templates/domain/utilities/browser-checker.service.ts",
"core/templates/domain/utilities/browser-checker.service.spec.ts",
"core/templates/expressions/expression-parser.service.ts",
"core/templates/expressions/expression-parser.service.spec.ts",
"core/templates/filters/string-utility-filters/camel-case-to-hyphens.pipe.ts",
"core/templates/filters/string-utility-filters/camel-case-to-hyphens.pipe.spec.ts",
"core/templates/pages/admin-page/services/admin-router.service.ts",
Expand All @@ -44,6 +48,8 @@
"core/templates/pages/admin-page/services/admin-task-manager.service.spec.ts",
"core/templates/pages/exploration-editor-page/services/angular-name.service.ts",
"core/templates/pages/exploration-editor-page/services/angular-name.service.spec.ts",
"core/templates/services/app.service.ts",
"core/templates/services/app.service.spec.ts",
"core/templates/services/audio-bar-status.service.ts",
"core/templates/services/audio-bar-status.service.spec.ts",
"core/templates/services/csrf-token.service.ts",
Expand Down

0 comments on commit c11fafa

Please sign in to comment.