Skip to content

Commit

Permalink
test(aws-restjson-*): use vitest (#6628)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr authored Nov 7, 2024
1 parent 43ee3c1 commit ea3482f
Show file tree
Hide file tree
Showing 7 changed files with 787 additions and 802 deletions.
5 changes: 0 additions & 5 deletions private/aws-restjson-server/jest.config.js

This file was deleted.

2 changes: 1 addition & 1 deletion private/aws-restjson-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
"prepack": "yarn run clean && yarn run build",
"test": "jest"
"test": "vitest run"
},
"main": "./dist-cjs/index.js",
"types": "./dist-types/index.d.ts",
Expand Down
1,316 changes: 658 additions & 658 deletions private/aws-restjson-server/test/functional/restjson1.spec.ts

Large diffs are not rendered by default.

5 changes: 0 additions & 5 deletions private/aws-restjson-validation-server/jest.config.js

This file was deleted.

2 changes: 1 addition & 1 deletion private/aws-restjson-validation-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
"prepack": "yarn run clean && yarn run build",
"test": "jest"
"test": "vitest run"
},
"main": "./dist-cjs/index.js",
"types": "./dist-types/index.d.ts",
Expand Down
Loading

0 comments on commit ea3482f

Please # to comment.