Skip to content

Commit

Permalink
test: Fixed file extensions for aws-sdk v2 and v3 versioned tests to …
Browse files Browse the repository at this point in the history
…reflect they have been migrated to `node:test` (newrelic#2687)
  • Loading branch information
bizob2828 authored Oct 31, 2024
1 parent 3c19cdf commit 4ec09ba
Show file tree
Hide file tree
Showing 27 changed files with 25 additions and 25 deletions.
File renamed without changes.
File renamed without changes.
18 changes: 9 additions & 9 deletions test/versioned/aws-sdk-v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
},
"files": [
"instrumentation-unsupported.tap.js"
"instrumentation-unsupported.test.js"
]
},
{
Expand All @@ -30,13 +30,13 @@
}
},
"files": [
"aws-sdk.tap.js",
"dynamodb.tap.js",
"http-services.tap.js",
"instrumentation-supported.tap.js",
"s3.tap.js",
"sns.tap.js",
"sqs.tap.js"
"aws-sdk.test.js",
"dynamodb.test.js",
"http-services.test.js",
"instrumentation-supported.test.js",
"s3.test.js",
"sns.test.js",
"sqs.test.js"
]
},
{
Expand All @@ -47,7 +47,7 @@
"amazon-dax-client": ">=1.2.5"
},
"files": [
"amazon-dax-client.tap.js"
"amazon-dax-client.test.js"
]
}
],
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
32 changes: 16 additions & 16 deletions test/versioned/aws-sdk-v3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
},
"files": [
"api-gateway.tap.js"
"api-gateway.test.js"
]
},
{
Expand All @@ -40,7 +40,7 @@
}
},
"files": [
"elasticache.tap.js"
"elasticache.test.js"
]
},
{
Expand All @@ -54,7 +54,7 @@
}
},
"files": [
"elb.tap.js"
"elb.test.js"
]
},
{
Expand All @@ -68,7 +68,7 @@
}
},
"files": [
"lambda.tap.js"
"lambda.test.js"
]
},
{
Expand All @@ -82,7 +82,7 @@
}
},
"files": [
"rds.tap.js"
"rds.test.js"
]
},
{
Expand All @@ -96,7 +96,7 @@
}
},
"files": [
"redshift.tap.js"
"redshift.test.js"
]
},
{
Expand All @@ -110,7 +110,7 @@
}
},
"files": [
"rekognition.tap.js"
"rekognition.test.js"
]
},
{
Expand All @@ -124,7 +124,7 @@
}
},
"files": [
"s3.tap.js"
"s3.test.js"
]
},
{
Expand All @@ -138,7 +138,7 @@
}
},
"files": [
"ses.tap.js"
"ses.test.js"
]
},
{
Expand All @@ -152,7 +152,7 @@
}
},
"files": [
"sns.tap.js"
"sns.test.js"
]
},
{
Expand All @@ -166,7 +166,7 @@
}
},
"files": [
"sqs.tap.js"
"sqs.test.js"
]
},
{
Expand All @@ -180,7 +180,7 @@
}
},
"files": [
"client-dynamodb.tap.js"
"client-dynamodb.test.js"
]
},
{
Expand All @@ -194,7 +194,7 @@
}
},
"files": [
"lib-dynamodb.tap.js"
"lib-dynamodb.test.js"
]
},
{
Expand All @@ -205,9 +205,9 @@
"@aws-sdk/client-bedrock-runtime": ">=3.474.0"
},
"files": [
"bedrock-chat-completions.tap.js",
"bedrock-embeddings.tap.js",
"bedrock-negative-tests.tap.js"
"bedrock-chat-completions.test.js",
"bedrock-embeddings.test.js",
"bedrock-negative-tests.test.js"
]
}
],
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4ec09ba

Please sign in to comment.