Skip to content

Commit 2e83554

Browse files
committed
test: add Integration keyword to platform test names
- Changed test describe from "Platform" to "Platform Integration" - Ensures tests are properly included/excluded by -g Integration flag Signed-off-by: Lars Trieloff <[email protected]>
1 parent 3b99cbe commit 2e83554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/edge-integration.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ describe('Edge Integration Test', () => {
147147

148148
// Test suite that runs against both platforms
149149
['cloudflare', 'fastly'].forEach((platform) => {
150-
describe(`${platform.charAt(0).toUpperCase() + platform.slice(1)} Platform`, () => {
150+
describe(`${platform.charAt(0).toUpperCase() + platform.slice(1)} Platform Integration`, () => {
151151
let baseUrl;
152152

153153
before(() => {

0 commit comments

Comments
 (0)