Skip to content

Commit e07ceda

Browse files
committed
Added comments.
1 parent 156fc45 commit e07ceda

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

test/queries.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
/**
2+
* TODO merge query files in TestCases/Case01/queries into this file so that there is a single source for test queries
3+
*/
14
export const QUERIES = [
25
{
36
description: 'get continents',

test/queryAppSync.test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ const apiKey = process.env['APP_SYNC_API_KEY'];
55
const region = process.env['APP_SYNC_REGION'];
66

77
/**
8-
* This test can be used to manually execute graphQL queries against an App Sync API that is specified via environment variables.
8+
* This test can be used to execute graphQL queries against an App Sync API that is specified via environment variables.
9+
* This can be useful to test manually deployed App Sync APIs that were not created as part of the integration test suite.
910
* It requires the following environment variables to be set:
1011
* APP_SYNC_API_ID: The ID of the App Sync API
1112
* APP_SYNC_API_KEY: The API key for the App Sync API

0 commit comments

Comments
 (0)