Skip to content
Snippets Groups Projects
Commit 53e19d68 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

add swahher

parent 3cbfa4e2
No related branches found
No related tags found
1 merge request!570Aashto swagger
......@@ -39,3 +39,4 @@
}
]
}
import {TestBed} from '@angular/core/testing';
import {AppComponent} from './app.component';
import { TestBed } from '@angular/core/testing';
import { AppComponent } from './app.component';
describe('AppComponent', () => {
beforeEach(async () => {
......@@ -24,8 +24,6 @@ describe('AppComponent', () => {
const fixture = TestBed.createComponent(AppComponent);
fixture.detectChanges();
const compiled = fixture.nativeElement as HTMLElement;
expect(compiled.querySelector('h1')?.textContent).toContain(
'Hello, swagger',
);
expect(compiled.querySelector('h1')?.textContent).toContain('Hello, swagger');
});
});
import {Routes} from '@angular/router';
import { Routes } from '@angular/router';
export const routes: Routes = [];
......@@ -4,6 +4,10 @@
"outDir": "../../out-tsc/app",
"types": []
},
"files": ["src/main.ts"],
"include": ["src/**/*.d.ts"]
"files": [
"src/main.ts"
],
"include": [
"src/**/*.d.ts"
]
}
......@@ -2,7 +2,12 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "../../out-tsc/spec",
"types": ["jasmine"]
"types": [
"jasmine"
]
},
"include": ["src/**/*.spec.ts", "src/**/*.d.ts"]
"include": [
"src/**/*.spec.ts",
"src/**/*.d.ts"
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment