Skip to content

Commit 4f03cac

Browse files
committed
fix(mobile): add fake changes comment in karma config
- Insert a comment line "// fake changes" at the end of karma.conf.js - Add an extra blank line after the comment for spacing improvement
1 parent 27dd841 commit 4f03cac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mobile/karma.conf.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,5 @@ module.exports = function (config) {
4242
restartOnFileChange: true
4343
});
4444
};
45+
46+
// fake changes

0 commit comments

Comments
 (0)