Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
it('Documenting Plugin Tasks', () => {
expect(load(plugin).syncDocs()).to.deep.equal([]);
});
it('Testing Plugin Tasks', () => {
expect(load(plugin).test(path.join(__dirname, 'projects'))).to.deep.equal({
'assorted/@default': []
});
});
});