test: verify pre-commit hook formatting

This commit is contained in:
Ember
2025-11-05 11:05:45 +08:00
parent 6f760c3b0f
commit c276eba151

7
web/src/test-hook.ts Normal file
View File

@@ -0,0 +1,7 @@
// This is a test file to verify pre-commit hook
const testFunction = () => {
console.log('This should be formatted');
return 'test';
};
export default testFunction;