UNPKG

@allgroup/yandex-taxi-fleet-api

Version:

Unofficial yandex taxi fleet api library

8 lines (7 loc) 195 B
import { Fleet } from "./fleet" import { describe, it } from "vitest"; describe('Fleet class', () => { it('should be defined', ({ expect }) => { expect(Fleet).toBeDefined(); }) })