mirror of
https://github.com/nikdoof/pocket-id.git
synced 2025-12-14 07:12:19 +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