UNPKG

ng-pom-testing

Version:

Utilities for easy DOM testing using the page-object-model pattern

5 lines (4 loc) 83 B
"use strict"; test('Simple test', function () { expect(true).toBeTruthy(); });