Remove prettier test file

This commit is contained in:
Julien Froidefond
2025-10-09 11:46:41 +02:00
parent f98247c142
commit 17dade54e6

View File

@@ -1,10 +0,0 @@
const test = { a: 1, b: 2, c: 3 };
function badFormatting() {
console.log('This is poorly formatted');
return {
result: 'test',
};
}
export default badFormatting;