mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
test: Improve title
This commit is contained in:
parent
f29d1697dd
commit
3ffc04632c
@ -14,7 +14,7 @@ const fixturePaths = {
|
||||
artifact: path.join(__dirname, 'fixtures/artifact'),
|
||||
};
|
||||
|
||||
describe('Integration test - Packaging', () => {
|
||||
describe('Integration test - Packaging - CloudFormation', () => {
|
||||
let cwd;
|
||||
beforeEach(() => {
|
||||
cwd = getTmpDirPath();
|
||||
|
||||
@ -13,7 +13,7 @@ const fixturePaths = {
|
||||
individuallyFunction: path.join(__dirname, 'fixtures/individually-function'),
|
||||
};
|
||||
|
||||
describe('Integration test - Packaging', function() {
|
||||
describe('Integration test - Packaging - Lambda Files', function() {
|
||||
this.timeout(10000);
|
||||
let cwd;
|
||||
beforeEach(() => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user