ild-games/Skein

View on GitHub
e2e/shell/shell.component.e2e-spec.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { ShellComponentPage } from './shell.component.po';

describe('ng-template ShellComponent', () => {
    let page: ShellComponentPage;

    beforeEach(() => {
        page = new ShellComponentPage();
    });
});