Skip to content
Snippets Groups Projects
Commit ba03dce4 authored by Petar Hristov's avatar Petar Hristov :speech_balloon:
Browse files

Fixed: Test

parent cc841e7e
No related branches found
No related tags found
1 merge request!75Fix: Minor fixes from internal testing
import { MaintenanceApi } from '../src/index'; import { MaintenanceApi } from '../src/index';
test('Test', async () => { test('Test', async () => {
const maintenance = await MaintenanceApi.getCurrentMaintenance(); const maintenance = await MaintenanceApi.getCurrentMaintenances();
console.log(maintenance.data); console.log(maintenance.data);
expect(true).toBe(true); expect(true).toBe(true);
}); });
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment