test: Improve title

This commit is contained in:
Mariusz Nowak 2019-10-22 17:21:22 +02:00 committed by Mariusz Nowak
parent f29d1697dd
commit 3ffc04632c
2 changed files with 2 additions and 2 deletions

View File

@ -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();

View File

@ -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(() => {