From 086158eae06cd105f58c9027fda4cde4b1a2d183 Mon Sep 17 00:00:00 2001 From: Philipp Muens Date: Mon, 20 Jun 2016 19:01:15 +0200 Subject: [PATCH] Remove comments in front of tests --- tests/all.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/all.js b/tests/all.js index a88ac1fce..a841f5b9b 100644 --- a/tests/all.js +++ b/tests/all.js @@ -16,10 +16,10 @@ require('../lib/plugins/invoke/tests/invoke'); require('../lib/plugins/remove/tests/remove'); // AWS Plugins Tests -// require('../lib/plugins/aws/invoke/tests'); -// require('../lib/plugins/aws/remove/tests/all'); -// require('../lib/plugins/aws/deploy/tests/all'); -// require('../lib/plugins/aws/deploy/compile/functions/tests'); -// require('../lib/plugins/aws/deploy/compile/events/s3/tests'); -// require('../lib/plugins/aws/deploy/compile/events/schedule/tests'); -// require('../lib/plugins/aws/deploy/compile/events/apiGateway/tests/all'); +require('../lib/plugins/aws/invoke/tests'); +require('../lib/plugins/aws/remove/tests/all'); +require('../lib/plugins/aws/deploy/tests/all'); +require('../lib/plugins/aws/deploy/compile/functions/tests'); +require('../lib/plugins/aws/deploy/compile/events/s3/tests'); +require('../lib/plugins/aws/deploy/compile/events/schedule/tests'); +require('../lib/plugins/aws/deploy/compile/events/apiGateway/tests/all');