Skip to content

Commit

Permalink
add dir for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
asAlwaysZahra committed Aug 9, 2024
1 parent f02af5f commit b541ddd
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import { TestBed } from '@angular/core/testing';
import '@testing-library/jest-dom';

describe('AppComponent', () => {
beforeEach(async () => {
await TestBed.configureTestingModule({}).compileComponents();
});

test(`should have the 'book-store' title`, () => {});
});

0 comments on commit b541ddd

Please sign in to comment.