Skip to content

Commit

Permalink
Merge pull request #7786 from Azure/chore/jest-switch
Browse files Browse the repository at this point in the history
switching test runner to jest
  • Loading branch information
kokelowo authored Aug 26, 2024
2 parents 2762302 + 2c4f729 commit 882d3ab
Show file tree
Hide file tree
Showing 4 changed files with 1,453 additions and 2,008 deletions.
4 changes: 4 additions & 0 deletions server/jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
};
Loading

0 comments on commit 882d3ab

Please sign in to comment.