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 4, 2021
commit 2622e342e94f35ebd14787a3a06a36f9664ef047
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