chore(typedoc-plugin-appium): make empty test a pending

This commit is contained in:
Christopher Hiller
2023-01-12 12:33:18 -08:00
parent 03c505d321
commit e98928a39d

View File

@@ -121,7 +121,7 @@ describe('@appium/typedoc-plugin-appium', function () {
}
});
describe('when called with an empty ProjectCommands', function () {
it('should log an error and return an empty array', function () {});
it('should log an error and return an empty array');
});
});