UNPKG

openui5-password

Version:

An OpenUI5 Control which checks password strength and validates it against predefined rules

9 lines (7 loc) 297 B
window.suite = function() { 'use strict'; const testSuite = new parent.jsUnitTestSuite(); // eslint-disable-line const contextPath = location.pathname.substring(0, location.pathname.lastIndexOf('/') + 1); testSuite.addTestPage(contextPath + 'unit/unitTests.html'); return testSuite; };