Skip to content

Commit

Permalink
Remove front-end from jest projects
Browse files Browse the repository at this point in the history
  • Loading branch information
RC-Lee committed Sep 10, 2022
1 parent f4f9582 commit a13e14c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ module.exports = {
...baseConfig,
projects: [
// Our front-end
'<rootDir>/src/web/app/jest.config.js',
// To do: Add front-end tests
// '<rootDir>/src/web/app/jest.config.js',
// Satellite
'<rootDir>/src/satellite/jest.config.js',
// Our current microservices, we're missing a few that needs tests still
Expand Down

0 comments on commit a13e14c

Please sign in to comment.