Skip to content

Commit

Permalink
Allow client-version tracking for other client SDK. (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashendrickx authored Jul 19, 2024
1 parent 8848f73 commit 39bc4a2
Show file tree
Hide file tree
Showing 5 changed files with 4,362 additions and 930 deletions.
5 changes: 5 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
export default {
preset: 'ts-jest',
testEnvironment: 'jsdom',
testMatch: ['**/*.test.ts', '**/*.spec.ts']
};
Loading

0 comments on commit 39bc4a2

Please sign in to comment.