mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-03-30 11:16:35 +00:00
initial commit
This commit is contained in:
5
frontend/tests/utils/cleanup.util.ts
Normal file
5
frontend/tests/utils/cleanup.util.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import axios from 'axios';
|
||||
|
||||
export async function cleanupBackend() {
|
||||
await axios.post('/api/test/reset');
|
||||
}
|
||||
Reference in New Issue
Block a user