diff --git a/create-missing-libraries.sh b/create-missing-libraries.sh index 54875676f9415..7150a1dc1c524 100755 --- a/create-missing-libraries.sh +++ b/create-missing-libraries.sh @@ -134,7 +134,7 @@ EOM import { Test, testCase } from 'nodeunit'; import {} from '../lib'; -exports = testCase({ +export = testCase({ notTested(test: Test) { test.ok(true, 'No tests are specified for this package.'); test.done(); diff --git a/packages/@aws-cdk/aws-amazonmq/test/test.amazonmq.ts b/packages/@aws-cdk/aws-amazonmq/test/test.amazonmq.ts index 117a5a199c401..59232198316cd 100644 --- a/packages/@aws-cdk/aws-amazonmq/test/test.amazonmq.ts +++ b/packages/@aws-cdk/aws-amazonmq/test/test.amazonmq.ts @@ -1,7 +1,7 @@ import { Test, testCase } from 'nodeunit'; import {} from '../lib'; -exports = testCase({ +export = testCase({ notTested(test: Test) { test.ok(true, 'No tests are specified for this package.'); test.done(); diff --git a/packages/@aws-cdk/aws-applicationautoscaling/test/test.applicationautoscaling.ts b/packages/@aws-cdk/aws-applicationautoscaling/test/test.applicationautoscaling.ts index 3c53e7b676cbb..820f6b467f38f 100644 --- a/packages/@aws-cdk/aws-applicationautoscaling/test/test.applicationautoscaling.ts +++ b/packages/@aws-cdk/aws-applicationautoscaling/test/test.applicationautoscaling.ts @@ -1,6 +1,6 @@ import { Test, testCase } from 'nodeunit'; -exports = testCase({ +export = testCase({ notTested(test: Test) { test.ok(true, 'No tests are specified for this package.'); test.done(); diff --git a/packages/@aws-cdk/aws-appsync/test/test.appsync.ts b/packages/@aws-cdk/aws-appsync/test/test.appsync.ts index 3c53e7b676cbb..820f6b467f38f 100644 --- a/packages/@aws-cdk/aws-appsync/test/test.appsync.ts +++ b/packages/@aws-cdk/aws-appsync/test/test.appsync.ts @@ -1,6 +1,6 @@ import { Test, testCase } from 'nodeunit'; -exports = testCase({ +export = testCase({ notTested(test: Test) { test.ok(true, 'No tests are specified for this package.'); test.done(); diff --git a/packages/@aws-cdk/aws-athena/test/test.athena.ts b/packages/@aws-cdk/aws-athena/test/test.athena.ts index 3c53e7b676cbb..820f6b467f38f 100644 --- a/packages/@aws-cdk/aws-athena/test/test.athena.ts +++ b/packages/@aws-cdk/aws-athena/test/test.athena.ts @@ -1,6 +1,6 @@ import { Test, testCase } from 'nodeunit'; -exports = testCase({ +export = testCase({ notTested(test: Test) { test.ok(true, 'No tests are specified for this package.'); test.done(); diff --git a/packages/@aws-cdk/aws-autoscalingplans/test/test.autoscalingplans.ts b/packages/@aws-cdk/aws-autoscalingplans/test/test.autoscalingplans.ts index 3c53e7b676cbb..820f6b467f38f 100644 --- a/packages/@aws-cdk/aws-autoscalingplans/test/test.autoscalingplans.ts +++ b/packages/@aws-cdk/aws-autoscalingplans/test/test.autoscalingplans.ts @@ -1,6 +1,6 @@ import { Test, testCase } from 'nodeunit'; -exports = testCase({ +export = testCase({ notTested(test: Test) { test.ok(true, 'No tests are specified for this package.'); test.done(); diff --git a/packages/@aws-cdk/aws-batch/test/test.batch.ts b/packages/@aws-cdk/aws-batch/test/test.batch.ts index 3c53e7b676cbb..820f6b467f38f 100644 --- a/packages/@aws-cdk/aws-batch/test/test.batch.ts +++ b/packages/@aws-cdk/aws-batch/test/test.batch.ts @@ -1,6 +1,6 @@ import { Test, testCase } from 'nodeunit'; -exports = testCase({ +export = testCase({ notTested(test: Test) { test.ok(true, 'No tests are specified for this package.'); test.done(); diff --git a/packages/@aws-cdk/aws-budgets/test/test.budgets.ts b/packages/@aws-cdk/aws-budgets/test/test.budgets.ts index 3c53e7b676cbb..820f6b467f38f 100644 --- a/packages/@aws-cdk/aws-budgets/test/test.budgets.ts +++ b/packages/@aws-cdk/aws-budgets/test/test.budgets.ts @@ -1,6 +1,6 @@ import { Test, testCase } from 'nodeunit'; -exports = testCase({ +export = testCase({ notTested(test: Test) { test.ok(true, 'No tests are specified for this package.'); test.done(); diff --git a/packages/@aws-cdk/aws-certificatemanager/test/test.certificatemanager.ts b/packages/@aws-cdk/aws-certificatemanager/test/test.certificatemanager.ts index 3c53e7b676cbb..820f6b467f38f 100644 --- a/packages/@aws-cdk/aws-certificatemanager/test/test.certificatemanager.ts +++ b/packages/@aws-cdk/aws-certificatemanager/test/test.certificatemanager.ts @@ -1,6 +1,6 @@ import { Test, testCase } from 'nodeunit'; -exports = testCase({ +export = testCase({ notTested(test: Test) { test.ok(true, 'No tests are specified for this package.'); test.done(); diff --git a/packages/@aws-cdk/aws-cloud9/test/test.cloud9.ts b/packages/@aws-cdk/aws-cloud9/test/test.cloud9.ts index 3c53e7b676cbb..820f6b467f38f 100644 --- a/packages/@aws-cdk/aws-cloud9/test/test.cloud9.ts +++ b/packages/@aws-cdk/aws-cloud9/test/test.cloud9.ts @@ -1,6 +1,6 @@ import { Test, testCase } from 'nodeunit'; -exports = testCase({ +export = testCase({ notTested(test: Test) { test.ok(true, 'No tests are specified for this package.'); test.done(); diff --git a/packages/@aws-cdk/aws-cloudformation/test/test.cloudformation.ts b/packages/@aws-cdk/aws-cloudformation/test/test.cloudformation.ts index 3c53e7b676cbb..820f6b467f38f 100644 --- a/packages/@aws-cdk/aws-cloudformation/test/test.cloudformation.ts +++ b/packages/@aws-cdk/aws-cloudformation/test/test.cloudformation.ts @@ -1,6 +1,6 @@ import { Test, testCase } from 'nodeunit'; -exports = testCase({ +export = testCase({ notTested(test: Test) { test.ok(true, 'No tests are specified for this package.'); test.done(); diff --git a/packages/@aws-cdk/aws-cognito/test/test.cognito.ts b/packages/@aws-cdk/aws-cognito/test/test.cognito.ts index 3c53e7b676cbb..820f6b467f38f 100644 --- a/packages/@aws-cdk/aws-cognito/test/test.cognito.ts +++ b/packages/@aws-cdk/aws-cognito/test/test.cognito.ts @@ -1,6 +1,6 @@ import { Test, testCase } from 'nodeunit'; -exports = testCase({ +export = testCase({ notTested(test: Test) { test.ok(true, 'No tests are specified for this package.'); test.done(); diff --git a/packages/@aws-cdk/aws-config/test/test.config.ts b/packages/@aws-cdk/aws-config/test/test.config.ts index 3c53e7b676cbb..820f6b467f38f 100644 --- a/packages/@aws-cdk/aws-config/test/test.config.ts +++ b/packages/@aws-cdk/aws-config/test/test.config.ts @@ -1,6 +1,6 @@ import { Test, testCase } from 'nodeunit'; -exports = testCase({ +export = testCase({ notTested(test: Test) { test.ok(true, 'No tests are specified for this package.'); test.done(); diff --git a/packages/@aws-cdk/aws-datapipeline/test/test.datapipeline.ts b/packages/@aws-cdk/aws-datapipeline/test/test.datapipeline.ts index 3c53e7b676cbb..820f6b467f38f 100644 --- a/packages/@aws-cdk/aws-datapipeline/test/test.datapipeline.ts +++ b/packages/@aws-cdk/aws-datapipeline/test/test.datapipeline.ts @@ -1,6 +1,6 @@ import { Test, testCase } from 'nodeunit'; -exports = testCase({ +export = testCase({ notTested(test: Test) { test.ok(true, 'No tests are specified for this package.'); test.done(); diff --git a/packages/@aws-cdk/aws-dax/test/test.dax.ts b/packages/@aws-cdk/aws-dax/test/test.dax.ts index 3c53e7b676cbb..820f6b467f38f 100644 --- a/packages/@aws-cdk/aws-dax/test/test.dax.ts +++ b/packages/@aws-cdk/aws-dax/test/test.dax.ts @@ -1,6 +1,6 @@ import { Test, testCase } from 'nodeunit'; -exports = testCase({ +export = testCase({ notTested(test: Test) { test.ok(true, 'No tests are specified for this package.'); test.done(); diff --git a/packages/@aws-cdk/aws-directoryservice/test/test.directoryservice.ts b/packages/@aws-cdk/aws-directoryservice/test/test.directoryservice.ts index 3c53e7b676cbb..820f6b467f38f 100644 --- a/packages/@aws-cdk/aws-directoryservice/test/test.directoryservice.ts +++ b/packages/@aws-cdk/aws-directoryservice/test/test.directoryservice.ts @@ -1,6 +1,6 @@ import { Test, testCase } from 'nodeunit'; -exports = testCase({ +export = testCase({ notTested(test: Test) { test.ok(true, 'No tests are specified for this package.'); test.done(); diff --git a/packages/@aws-cdk/aws-dms/test/test.dms.ts b/packages/@aws-cdk/aws-dms/test/test.dms.ts index 3c53e7b676cbb..820f6b467f38f 100644 --- a/packages/@aws-cdk/aws-dms/test/test.dms.ts +++ b/packages/@aws-cdk/aws-dms/test/test.dms.ts @@ -1,6 +1,6 @@ import { Test, testCase } from 'nodeunit'; -exports = testCase({ +export = testCase({ notTested(test: Test) { test.ok(true, 'No tests are specified for this package.'); test.done(); diff --git a/packages/@aws-cdk/aws-ecs/test/test.ecs.ts b/packages/@aws-cdk/aws-ecs/test/test.ecs.ts index 3c53e7b676cbb..820f6b467f38f 100644 --- a/packages/@aws-cdk/aws-ecs/test/test.ecs.ts +++ b/packages/@aws-cdk/aws-ecs/test/test.ecs.ts @@ -1,6 +1,6 @@ import { Test, testCase } from 'nodeunit'; -exports = testCase({ +export = testCase({ notTested(test: Test) { test.ok(true, 'No tests are specified for this package.'); test.done(); diff --git a/packages/@aws-cdk/aws-efs/test/test.efs.ts b/packages/@aws-cdk/aws-efs/test/test.efs.ts index 3c53e7b676cbb..820f6b467f38f 100644 --- a/packages/@aws-cdk/aws-efs/test/test.efs.ts +++ b/packages/@aws-cdk/aws-efs/test/test.efs.ts @@ -1,6 +1,6 @@ import { Test, testCase } from 'nodeunit'; -exports = testCase({ +export = testCase({ notTested(test: Test) { test.ok(true, 'No tests are specified for this package.'); test.done(); diff --git a/packages/@aws-cdk/aws-eks/test/test.eks.ts b/packages/@aws-cdk/aws-eks/test/test.eks.ts index 3c53e7b676cbb..820f6b467f38f 100644 --- a/packages/@aws-cdk/aws-eks/test/test.eks.ts +++ b/packages/@aws-cdk/aws-eks/test/test.eks.ts @@ -1,6 +1,6 @@ import { Test, testCase } from 'nodeunit'; -exports = testCase({ +export = testCase({ notTested(test: Test) { test.ok(true, 'No tests are specified for this package.'); test.done(); diff --git a/packages/@aws-cdk/aws-elasticache/test/test.elasticache.ts b/packages/@aws-cdk/aws-elasticache/test/test.elasticache.ts index 3c53e7b676cbb..820f6b467f38f 100644 --- a/packages/@aws-cdk/aws-elasticache/test/test.elasticache.ts +++ b/packages/@aws-cdk/aws-elasticache/test/test.elasticache.ts @@ -1,6 +1,6 @@ import { Test, testCase } from 'nodeunit'; -exports = testCase({ +export = testCase({ notTested(test: Test) { test.ok(true, 'No tests are specified for this package.'); test.done(); diff --git a/packages/@aws-cdk/aws-elasticbeanstalk/test/test.elasticbeanstalk.ts b/packages/@aws-cdk/aws-elasticbeanstalk/test/test.elasticbeanstalk.ts index 3c53e7b676cbb..820f6b467f38f 100644 --- a/packages/@aws-cdk/aws-elasticbeanstalk/test/test.elasticbeanstalk.ts +++ b/packages/@aws-cdk/aws-elasticbeanstalk/test/test.elasticbeanstalk.ts @@ -1,6 +1,6 @@ import { Test, testCase } from 'nodeunit'; -exports = testCase({ +export = testCase({ notTested(test: Test) { test.ok(true, 'No tests are specified for this package.'); test.done(); diff --git a/packages/@aws-cdk/aws-elasticsearch/test/test.elasticsearch.ts b/packages/@aws-cdk/aws-elasticsearch/test/test.elasticsearch.ts index 3c53e7b676cbb..820f6b467f38f 100644 --- a/packages/@aws-cdk/aws-elasticsearch/test/test.elasticsearch.ts +++ b/packages/@aws-cdk/aws-elasticsearch/test/test.elasticsearch.ts @@ -1,6 +1,6 @@ import { Test, testCase } from 'nodeunit'; -exports = testCase({ +export = testCase({ notTested(test: Test) { test.ok(true, 'No tests are specified for this package.'); test.done(); diff --git a/packages/@aws-cdk/aws-emr/test/test.emr.ts b/packages/@aws-cdk/aws-emr/test/test.emr.ts index 3c53e7b676cbb..820f6b467f38f 100644 --- a/packages/@aws-cdk/aws-emr/test/test.emr.ts +++ b/packages/@aws-cdk/aws-emr/test/test.emr.ts @@ -1,6 +1,6 @@ import { Test, testCase } from 'nodeunit'; -exports = testCase({ +export = testCase({ notTested(test: Test) { test.ok(true, 'No tests are specified for this package.'); test.done(); diff --git a/packages/@aws-cdk/aws-gamelift/test/test.gamelift.ts b/packages/@aws-cdk/aws-gamelift/test/test.gamelift.ts index 3c53e7b676cbb..820f6b467f38f 100644 --- a/packages/@aws-cdk/aws-gamelift/test/test.gamelift.ts +++ b/packages/@aws-cdk/aws-gamelift/test/test.gamelift.ts @@ -1,6 +1,6 @@ import { Test, testCase } from 'nodeunit'; -exports = testCase({ +export = testCase({ notTested(test: Test) { test.ok(true, 'No tests are specified for this package.'); test.done(); diff --git a/packages/@aws-cdk/aws-glue/test/test.glue.ts b/packages/@aws-cdk/aws-glue/test/test.glue.ts index 3c53e7b676cbb..820f6b467f38f 100644 --- a/packages/@aws-cdk/aws-glue/test/test.glue.ts +++ b/packages/@aws-cdk/aws-glue/test/test.glue.ts @@ -1,6 +1,6 @@ import { Test, testCase } from 'nodeunit'; -exports = testCase({ +export = testCase({ notTested(test: Test) { test.ok(true, 'No tests are specified for this package.'); test.done(); diff --git a/packages/@aws-cdk/aws-guardduty/test/test.guardduty.ts b/packages/@aws-cdk/aws-guardduty/test/test.guardduty.ts index 3c53e7b676cbb..820f6b467f38f 100644 --- a/packages/@aws-cdk/aws-guardduty/test/test.guardduty.ts +++ b/packages/@aws-cdk/aws-guardduty/test/test.guardduty.ts @@ -1,6 +1,6 @@ import { Test, testCase } from 'nodeunit'; -exports = testCase({ +export = testCase({ notTested(test: Test) { test.ok(true, 'No tests are specified for this package.'); test.done(); diff --git a/packages/@aws-cdk/aws-inspector/test/test.inspector.ts b/packages/@aws-cdk/aws-inspector/test/test.inspector.ts index 3c53e7b676cbb..820f6b467f38f 100644 --- a/packages/@aws-cdk/aws-inspector/test/test.inspector.ts +++ b/packages/@aws-cdk/aws-inspector/test/test.inspector.ts @@ -1,6 +1,6 @@ import { Test, testCase } from 'nodeunit'; -exports = testCase({ +export = testCase({ notTested(test: Test) { test.ok(true, 'No tests are specified for this package.'); test.done(); diff --git a/packages/@aws-cdk/aws-iot/test/test.iot.ts b/packages/@aws-cdk/aws-iot/test/test.iot.ts index 3c53e7b676cbb..820f6b467f38f 100644 --- a/packages/@aws-cdk/aws-iot/test/test.iot.ts +++ b/packages/@aws-cdk/aws-iot/test/test.iot.ts @@ -1,6 +1,6 @@ import { Test, testCase } from 'nodeunit'; -exports = testCase({ +export = testCase({ notTested(test: Test) { test.ok(true, 'No tests are specified for this package.'); test.done(); diff --git a/packages/@aws-cdk/aws-iot1click/test/test.iot1click.ts b/packages/@aws-cdk/aws-iot1click/test/test.iot1click.ts index 117a5a199c401..59232198316cd 100644 --- a/packages/@aws-cdk/aws-iot1click/test/test.iot1click.ts +++ b/packages/@aws-cdk/aws-iot1click/test/test.iot1click.ts @@ -1,7 +1,7 @@ import { Test, testCase } from 'nodeunit'; import {} from '../lib'; -exports = testCase({ +export = testCase({ notTested(test: Test) { test.ok(true, 'No tests are specified for this package.'); test.done(); diff --git a/packages/@aws-cdk/aws-kinesisanalytics/test/test.kinesisanalytics.ts b/packages/@aws-cdk/aws-kinesisanalytics/test/test.kinesisanalytics.ts index 3c53e7b676cbb..820f6b467f38f 100644 --- a/packages/@aws-cdk/aws-kinesisanalytics/test/test.kinesisanalytics.ts +++ b/packages/@aws-cdk/aws-kinesisanalytics/test/test.kinesisanalytics.ts @@ -1,6 +1,6 @@ import { Test, testCase } from 'nodeunit'; -exports = testCase({ +export = testCase({ notTested(test: Test) { test.ok(true, 'No tests are specified for this package.'); test.done(); diff --git a/packages/@aws-cdk/aws-kinesisfirehose/test/test.kinesisfirehose.ts b/packages/@aws-cdk/aws-kinesisfirehose/test/test.kinesisfirehose.ts index 3c53e7b676cbb..820f6b467f38f 100644 --- a/packages/@aws-cdk/aws-kinesisfirehose/test/test.kinesisfirehose.ts +++ b/packages/@aws-cdk/aws-kinesisfirehose/test/test.kinesisfirehose.ts @@ -1,6 +1,6 @@ import { Test, testCase } from 'nodeunit'; -exports = testCase({ +export = testCase({ notTested(test: Test) { test.ok(true, 'No tests are specified for this package.'); test.done(); diff --git a/packages/@aws-cdk/aws-logs/test/test.logs.ts b/packages/@aws-cdk/aws-logs/test/test.logs.ts index 3c53e7b676cbb..820f6b467f38f 100644 --- a/packages/@aws-cdk/aws-logs/test/test.logs.ts +++ b/packages/@aws-cdk/aws-logs/test/test.logs.ts @@ -1,6 +1,6 @@ import { Test, testCase } from 'nodeunit'; -exports = testCase({ +export = testCase({ notTested(test: Test) { test.ok(true, 'No tests are specified for this package.'); test.done(); diff --git a/packages/@aws-cdk/aws-neptune/test/test.neptune.ts b/packages/@aws-cdk/aws-neptune/test/test.neptune.ts index f0d99df4cf4ff..f364965cd838d 100644 --- a/packages/@aws-cdk/aws-neptune/test/test.neptune.ts +++ b/packages/@aws-cdk/aws-neptune/test/test.neptune.ts @@ -3,11 +3,11 @@ import cdk = require('@aws-cdk/cdk'); import { Test } from 'nodeunit'; import { NeptuneDatabase } from '../lib'; -exports = { +export = { 'check that instantiation works'(test: Test) { const stack = new cdk.Stack(); - const vpc = new ec2.VpcNetwork(this, 'VPC'); + const vpc = new ec2.VpcNetwork(stack, 'VPC'); new NeptuneDatabase(stack, 'Database', { masterUser: { diff --git a/packages/@aws-cdk/aws-opsworks/test/test.opsworks.ts b/packages/@aws-cdk/aws-opsworks/test/test.opsworks.ts index 3c53e7b676cbb..820f6b467f38f 100644 --- a/packages/@aws-cdk/aws-opsworks/test/test.opsworks.ts +++ b/packages/@aws-cdk/aws-opsworks/test/test.opsworks.ts @@ -1,6 +1,6 @@ import { Test, testCase } from 'nodeunit'; -exports = testCase({ +export = testCase({ notTested(test: Test) { test.ok(true, 'No tests are specified for this package.'); test.done(); diff --git a/packages/@aws-cdk/aws-redshift/test/test.redshift.ts b/packages/@aws-cdk/aws-redshift/test/test.redshift.ts index 3c53e7b676cbb..820f6b467f38f 100644 --- a/packages/@aws-cdk/aws-redshift/test/test.redshift.ts +++ b/packages/@aws-cdk/aws-redshift/test/test.redshift.ts @@ -1,6 +1,6 @@ import { Test, testCase } from 'nodeunit'; -exports = testCase({ +export = testCase({ notTested(test: Test) { test.ok(true, 'No tests are specified for this package.'); test.done(); diff --git a/packages/@aws-cdk/aws-sagemaker/test/test.sagemaker.ts b/packages/@aws-cdk/aws-sagemaker/test/test.sagemaker.ts index 117a5a199c401..59232198316cd 100644 --- a/packages/@aws-cdk/aws-sagemaker/test/test.sagemaker.ts +++ b/packages/@aws-cdk/aws-sagemaker/test/test.sagemaker.ts @@ -1,7 +1,7 @@ import { Test, testCase } from 'nodeunit'; import {} from '../lib'; -exports = testCase({ +export = testCase({ notTested(test: Test) { test.ok(true, 'No tests are specified for this package.'); test.done(); diff --git a/packages/@aws-cdk/aws-sam/test/test.sam.ts b/packages/@aws-cdk/aws-sam/test/test.sam.ts index 3c53e7b676cbb..820f6b467f38f 100644 --- a/packages/@aws-cdk/aws-sam/test/test.sam.ts +++ b/packages/@aws-cdk/aws-sam/test/test.sam.ts @@ -1,6 +1,6 @@ import { Test, testCase } from 'nodeunit'; -exports = testCase({ +export = testCase({ notTested(test: Test) { test.ok(true, 'No tests are specified for this package.'); test.done(); diff --git a/packages/@aws-cdk/aws-sdb/test/test.sdb.ts b/packages/@aws-cdk/aws-sdb/test/test.sdb.ts index 3c53e7b676cbb..820f6b467f38f 100644 --- a/packages/@aws-cdk/aws-sdb/test/test.sdb.ts +++ b/packages/@aws-cdk/aws-sdb/test/test.sdb.ts @@ -1,6 +1,6 @@ import { Test, testCase } from 'nodeunit'; -exports = testCase({ +export = testCase({ notTested(test: Test) { test.ok(true, 'No tests are specified for this package.'); test.done(); diff --git a/packages/@aws-cdk/aws-serverless/test/test.serverless.ts b/packages/@aws-cdk/aws-serverless/test/test.serverless.ts index 117a5a199c401..59232198316cd 100644 --- a/packages/@aws-cdk/aws-serverless/test/test.serverless.ts +++ b/packages/@aws-cdk/aws-serverless/test/test.serverless.ts @@ -1,7 +1,7 @@ import { Test, testCase } from 'nodeunit'; import {} from '../lib'; -exports = testCase({ +export = testCase({ notTested(test: Test) { test.ok(true, 'No tests are specified for this package.'); test.done(); diff --git a/packages/@aws-cdk/aws-servicecatalog/test/test.servicecatalog.ts b/packages/@aws-cdk/aws-servicecatalog/test/test.servicecatalog.ts index 3c53e7b676cbb..820f6b467f38f 100644 --- a/packages/@aws-cdk/aws-servicecatalog/test/test.servicecatalog.ts +++ b/packages/@aws-cdk/aws-servicecatalog/test/test.servicecatalog.ts @@ -1,6 +1,6 @@ import { Test, testCase } from 'nodeunit'; -exports = testCase({ +export = testCase({ notTested(test: Test) { test.ok(true, 'No tests are specified for this package.'); test.done(); diff --git a/packages/@aws-cdk/aws-servicediscovery/test/test.servicediscovery.ts b/packages/@aws-cdk/aws-servicediscovery/test/test.servicediscovery.ts index 3c53e7b676cbb..820f6b467f38f 100644 --- a/packages/@aws-cdk/aws-servicediscovery/test/test.servicediscovery.ts +++ b/packages/@aws-cdk/aws-servicediscovery/test/test.servicediscovery.ts @@ -1,6 +1,6 @@ import { Test, testCase } from 'nodeunit'; -exports = testCase({ +export = testCase({ notTested(test: Test) { test.ok(true, 'No tests are specified for this package.'); test.done(); diff --git a/packages/@aws-cdk/aws-ses/test/test.ses.ts b/packages/@aws-cdk/aws-ses/test/test.ses.ts index 3c53e7b676cbb..820f6b467f38f 100644 --- a/packages/@aws-cdk/aws-ses/test/test.ses.ts +++ b/packages/@aws-cdk/aws-ses/test/test.ses.ts @@ -1,6 +1,6 @@ import { Test, testCase } from 'nodeunit'; -exports = testCase({ +export = testCase({ notTested(test: Test) { test.ok(true, 'No tests are specified for this package.'); test.done(); diff --git a/packages/@aws-cdk/aws-ssm/test/test.ssm.ts b/packages/@aws-cdk/aws-ssm/test/test.ssm.ts index 3c53e7b676cbb..820f6b467f38f 100644 --- a/packages/@aws-cdk/aws-ssm/test/test.ssm.ts +++ b/packages/@aws-cdk/aws-ssm/test/test.ssm.ts @@ -1,6 +1,6 @@ import { Test, testCase } from 'nodeunit'; -exports = testCase({ +export = testCase({ notTested(test: Test) { test.ok(true, 'No tests are specified for this package.'); test.done(); diff --git a/packages/@aws-cdk/aws-stepfunctions/test/test.stepfunctions.ts b/packages/@aws-cdk/aws-stepfunctions/test/test.stepfunctions.ts index 3c53e7b676cbb..820f6b467f38f 100644 --- a/packages/@aws-cdk/aws-stepfunctions/test/test.stepfunctions.ts +++ b/packages/@aws-cdk/aws-stepfunctions/test/test.stepfunctions.ts @@ -1,6 +1,6 @@ import { Test, testCase } from 'nodeunit'; -exports = testCase({ +export = testCase({ notTested(test: Test) { test.ok(true, 'No tests are specified for this package.'); test.done(); diff --git a/packages/@aws-cdk/aws-waf/test/test.waf.ts b/packages/@aws-cdk/aws-waf/test/test.waf.ts index 3c53e7b676cbb..820f6b467f38f 100644 --- a/packages/@aws-cdk/aws-waf/test/test.waf.ts +++ b/packages/@aws-cdk/aws-waf/test/test.waf.ts @@ -1,6 +1,6 @@ import { Test, testCase } from 'nodeunit'; -exports = testCase({ +export = testCase({ notTested(test: Test) { test.ok(true, 'No tests are specified for this package.'); test.done(); diff --git a/packages/@aws-cdk/aws-wafregional/test/test.wafregional.ts b/packages/@aws-cdk/aws-wafregional/test/test.wafregional.ts index 3c53e7b676cbb..820f6b467f38f 100644 --- a/packages/@aws-cdk/aws-wafregional/test/test.wafregional.ts +++ b/packages/@aws-cdk/aws-wafregional/test/test.wafregional.ts @@ -1,6 +1,6 @@ import { Test, testCase } from 'nodeunit'; -exports = testCase({ +export = testCase({ notTested(test: Test) { test.ok(true, 'No tests are specified for this package.'); test.done(); diff --git a/packages/@aws-cdk/aws-workspaces/test/test.workspaces.ts b/packages/@aws-cdk/aws-workspaces/test/test.workspaces.ts index 3c53e7b676cbb..820f6b467f38f 100644 --- a/packages/@aws-cdk/aws-workspaces/test/test.workspaces.ts +++ b/packages/@aws-cdk/aws-workspaces/test/test.workspaces.ts @@ -1,6 +1,6 @@ import { Test, testCase } from 'nodeunit'; -exports = testCase({ +export = testCase({ notTested(test: Test) { test.ok(true, 'No tests are specified for this package.'); test.done();