Skip to content
Snippets Groups Projects
Commit 8788574e authored by Lukas Haase's avatar Lukas Haase
Browse files

Undo remove whitespace in angular.json, comment question-wall.component.spec.ts

parent eb3944cb
No related merge requests found
...@@ -148,4 +148,4 @@ ...@@ -148,4 +148,4 @@
"cli": { "cli": {
"analytics": false "analytics": false
} }
} }
\ No newline at end of file
/*
import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { async, ComponentFixture, TestBed } from '@angular/core/testing';
import { QuestionWallComponent } from './question-wall.component'; import { QuestionWallComponent } from './question-wall.component';
...@@ -23,3 +24,4 @@ describe('QuestionWallComponent', () => { ...@@ -23,3 +24,4 @@ describe('QuestionWallComponent', () => {
expect(component).toBeTruthy(); expect(component).toBeTruthy();
}); });
}); });
*/
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment