mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-05 04:01:28 +03:00
chore: initial commit from @angular/cli
This commit is contained in:
14
e2e/app.e2e-spec.ts
Normal file
14
e2e/app.e2e-spec.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
import { YoutubeDLMaterialPage } from './app.po';
|
||||
|
||||
describe('youtube-dl-material App', () => {
|
||||
let page: YoutubeDLMaterialPage;
|
||||
|
||||
beforeEach(() => {
|
||||
page = new YoutubeDLMaterialPage();
|
||||
});
|
||||
|
||||
it('should display welcome message', () => {
|
||||
page.navigateTo();
|
||||
expect(page.getParagraphText()).toEqual('Welcome to app!!');
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user