From 3ffc04632cbfe03847f844fb8da934fc679eebb4 Mon Sep 17 00:00:00 2001 From: Mariusz Nowak Date: Tue, 22 Oct 2019 17:21:22 +0200 Subject: [PATCH] test: Improve title --- tests/integration-package/cloudformation.tests.js | 2 +- tests/integration-package/lambda-files.tests.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration-package/cloudformation.tests.js b/tests/integration-package/cloudformation.tests.js index 66b443c53..c41405c9c 100644 --- a/tests/integration-package/cloudformation.tests.js +++ b/tests/integration-package/cloudformation.tests.js @@ -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(); diff --git a/tests/integration-package/lambda-files.tests.js b/tests/integration-package/lambda-files.tests.js index 0f12d1cd8..d83bc5032 100644 --- a/tests/integration-package/lambda-files.tests.js +++ b/tests/integration-package/lambda-files.tests.js @@ -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(() => {