mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
Remove comments in front of tests
This commit is contained in:
parent
3f13cd6adf
commit
086158eae0
14
tests/all.js
14
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');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user