mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
Fix broken validate test
This commit is contained in:
parent
3e6ee85a96
commit
bc368fdabd
@ -19,6 +19,7 @@ describe('#validate()', () => {
|
||||
});
|
||||
|
||||
it('should resolve if servicePath is given', (done) => {
|
||||
packageService.serverless.config.servicePath = true;
|
||||
packageService.validate().then(() => done());
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user