mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
adds test for folder name
This commit is contained in:
parent
bceb6dad8c
commit
068059e44d
@ -109,6 +109,7 @@ describe('Install', () => {
|
||||
|
||||
return install.install().then(() => {
|
||||
expect(downloadStub.calledOnce).to.equal(true);
|
||||
expect(downloadStub.args[0][1]).to.contain(install.options.name);
|
||||
expect(downloadStub.args[0][0]).to.equal(`${install.options.url}/archive/master.zip`);
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user