Skip to content

Commit f25fce0

Browse files
committed
test: Add test file to verify Husky and lint-staged
1 parent 0e97303 commit f25fce0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

frontend/src/test-husky.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// This is a test file to verify that Husky and lint-staged are working correctly
2+
const testFunction = ( ) => {
3+
console.log('Hello, world!');
4+
};
5+
6+
export default testFunction;

0 commit comments

Comments
 (0)