Skip to content

Commit c450885

Browse files
MarkDaoustcopybara-github
authored andcommitted
chore: import stainless tests.
PiperOrigin-RevId: 911391884
1 parent 9ff16b3 commit c450885

18 files changed

Lines changed: 5058 additions & 109 deletions

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- run: USE_LOCAL_BUILD=true npm ci
2727
- run: npm run build
2828
- run: npm run unit-test
29+
- run: npm run test:interactions
2930
- run: npm run test-server-tests
3031
- run: |
3132
cd sdk-samples

jest.config.cjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module.exports = {
2+
preset: 'ts-jest',
3+
testEnvironment: 'node',
4+
testMatch: ['**/test/unit/interactions/**/*.test.ts'],
5+
};

0 commit comments

Comments
 (0)