UNPKG

cordova-plugin-uiwebview-engine

Version:
10 lines (7 loc) 140 B
var test = require('../'); test('only2 test 1', function (t) { t.end(); }); test.only('only2 test 2', function (t) { t.end(); });