mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-04 11:30:58 +08:00
test: verify pre-commit hook formatting
This commit is contained in:
7
web/src/test-hook.ts
Normal file
7
web/src/test-hook.ts
Normal 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;
|
||||
Reference in New Issue
Block a user