Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: TT-294 Refactor logic to check if element must show
  • Loading branch information
ridouku committed Aug 10, 2021
commit 8787b5abfe5b6e16f7e9b5ab19ff5e6f699de7ea
3 changes: 3 additions & 0 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,8 @@ module.exports = function (config) {
browsers: ['Chrome'],
singleRun: false,
restartOnFileChange: true,
proxies: {
'/assets/': '/src/assets/',
},
});
};
Loading