Skip to content

Commit bc20cf2

Browse files
AdrieanKhisbegodu
authored andcommitted
Rework the offline-plugins integrations tests
1 parent b8d478c commit bc20cf2

29 files changed

+173
-214
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"pretest:unit": "docker-compose up -d",
1111
"test:unit": "npm run nyc",
1212
"posttest:unit": "docker-compose stop",
13-
"test:integration": "lerna run test",
13+
"test:integration": "(cd tests/serverless-plugins-integration && npm test)",
1414
"test": "npm run eslint && npm run test:unit && npm run test:integration",
1515
"publish": "lerna publish"
1616
},

tests/serverless-offline-dynamodb-streams-integration/README.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

tests/serverless-offline-dynamodb-streams-integration/docker-compose.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

tests/serverless-offline-dynamodb-streams-integration/package.json

Lines changed: 0 additions & 19 deletions
This file was deleted.

tests/serverless-offline-kinesis-integration/README.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

tests/serverless-offline-kinesis-integration/docker-compose.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

tests/serverless-offline-kinesis-integration/handler.js

Lines changed: 0 additions & 9 deletions
This file was deleted.

tests/serverless-offline-kinesis-integration/handler.py

Lines changed: 0 additions & 5 deletions
This file was deleted.

tests/serverless-offline-kinesis-integration/package.json

Lines changed: 0 additions & 19 deletions
This file was deleted.

tests/serverless-offline-sqs-integration/README.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)