Skip to content

Commit 55fd13d

Browse files
committed
test(credential-provider-node): migrate integ tests to vitest
1 parent f9e0265 commit 55fd13d

File tree

3 files changed

+137
-153
lines changed

3 files changed

+137
-153
lines changed

packages/credential-provider-node/jest.config.integ.js

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

packages/credential-provider-node/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@
1616
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
1717
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
1818
"test": "yarn g:vitest run",
19-
"test:integration": "yarn g:jest -c jest.config.integ.js",
20-
"test:watch": "yarn g:vitest watch"
19+
"test:watch": "yarn g:vitest watch",
20+
"test:integration": "yarn g:vitest run -c vitest.config.integ.mts",
21+
"test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.mts"
2122
},
2223
"keywords": [
2324
"aws",

0 commit comments

Comments
 (0)