test: verify pre-commit hook formatting

This commit is contained in:
Ember
2025-11-05 11:05:45 +08:00
parent c664a54d5e
commit 332d0fbdc0

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;