Skip to content

Commit

Permalink
test(client-ec2): convert cucumber tests to vitest for ec2 (#6625)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe authored Nov 5, 2024
1 parent 396fc77 commit 6ee85c5
Show file tree
Hide file tree
Showing 6 changed files with 238 additions and 210 deletions.
32 changes: 0 additions & 32 deletions features/ec2/ec2.feature

This file was deleted.

175 changes: 0 additions & 175 deletions features/ec2/step_definitions/ec2.js

This file was deleted.

6 changes: 4 additions & 2 deletions packages/middleware-sdk-ec2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
"test": "vitest run",
"test:integration": "vitest run -c vitest.config.integ.ts",
"test:watch": "vitest watch",
"test:integration:watch": "vitest watch -c vitest.config.integ.ts"
"test:integration": "vitest run -c vitest.config.integ.ts",
"test:integration:watch": "vitest watch -c vitest.config.integ.ts",
"test:e2e": "vitest run -c vitest.config.e2e.ts",
"test:e2e:watch": "vitest watch -c vitest.config.e2e.ts"
},
"main": "./dist-cjs/index.js",
"module": "./dist-es/index.js",
Expand Down
Loading

0 comments on commit 6ee85c5

Please sign in to comment.