Add Open Food Facts barcode lookup workflow

This commit is contained in:
beatz174-bit
2025-11-21 18:44:38 +10:00
parent 7f24948317
commit cf9a4f010d
10 changed files with 3187 additions and 18 deletions
+8
View File
@@ -0,0 +1,8 @@
import '@testing-library/jest-dom/vitest';
import { cleanup } from '@testing-library/react';
import { afterEach } from 'vitest';
afterEach(() => {
cleanup();
});