Skip to content
Snippets Groups Projects
Commit 00ab8eab authored by OZGCloud's avatar OZGCloud
Browse files

add test for app.module

parent 8138798a
No related branches found
No related tags found
No related merge requests found
import { TestBed } from "@angular/core/testing";
import { AppModule } from "./app.module";
describe('AppModule', () => {
beforeEach(() => {
TestBed.configureTestingModule({
imports: [AppModule]
})
});
it('should create', () => {
expect(AppModule).toBeDefined();
});
});
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment