mirror of
https://github.com/mapillary/mapillary-js.git
synced 2026-01-25 14:07:28 +00:00
9 lines
161 B
TypeScript
9 lines
161 B
TypeScript
/// <reference path="../../typings/jasmine/jasmine.d.ts" />
|
|
|
|
declare var Mapillary: any;
|
|
|
|
describe("OptionsParser", () => {
|
|
it("exists", () => {
|
|
});
|
|
});
|