Skip to content

Commit d3f1e76

Browse files
chore: remove commented code
1 parent 7c1987e commit d3f1e76

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/common/test/unit-tests/services/json-file-settings-service.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ describe("jsonFileSettingsService", () => {
1414

1515
const createTestInjector = (): IInjector => {
1616
const testInjector = new Yok();
17-
/**
18-
* constructor(jsonFileSettingsPath: string, }
19-
*/
17+
2018
testInjector.register("fs", {
2119
exists: (filePath: string): boolean => true,
2220
writeFile: (filename: string, data: string, encoding?: string): void => {

0 commit comments

Comments
 (0)