Skip to content

Commit

Permalink
AT-11105: remove debug test
Browse files Browse the repository at this point in the history
  • Loading branch information
rddimon committed Feb 6, 2024
1 parent d260f7c commit 09149dc
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 71 deletions.
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -29,7 +29,6 @@
"scripts": {
"integration-basic": "nyc mocha -r ts-node/register --project tsconfig.json test/integration-tests/basic/basic.test.ts",
"integration-deploy": "nyc mocha -r ts-node/register --project tsconfig.json test/integration-tests/deploy/deploy.test.ts",
"integration-debug": "nyc mocha -r ts-node/register --project tsconfig.json test/integration-tests/debug/debug.test.ts",
"test": "find ./test/unit-tests -name '*.test.ts' | xargs nyc mocha -r ts-node/register --project tsconfig.json --timeout 5000 && nyc report --reporter=text-summary",
"test:debug": "NODE_OPTIONS='--inspect-brk' mocha -j 1 -r ts-node/register --project tsconfig.json test/unit-tests/index.test.ts",
"integration-test": "npm run integration-basic && npm run integration-deploy",
Expand Down
25 changes: 0 additions & 25 deletions test/integration-tests/debug/debug.test.ts

This file was deleted.

13 changes: 0 additions & 13 deletions test/integration-tests/debug/pr-example/handler.js

This file was deleted.

32 changes: 0 additions & 32 deletions test/integration-tests/debug/pr-example/serverless.yml

This file was deleted.

0 comments on commit 09149dc

Please sign in to comment.