mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-12 23:36:55 +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