diff --git a/jest.config.js b/jest.config.js index ca4c4cf564..4b404846b2 100644 --- a/jest.config.js +++ b/jest.config.js @@ -4,7 +4,8 @@ module.exports = { ...baseConfig, projects: [ // Our front-end - '/src/web/app/jest.config.js', + // To do: Add front-end tests. https://github.com/Seneca-CDOT/telescope/issues/3655 + // '/src/web/app/jest.config.js', // Satellite '/src/satellite/jest.config.js', // Our current microservices, we're missing a few that needs tests still