screeps-cartographer
Version:
An advanced (and open source) movement library for Screeps
15 lines (14 loc) • 372 B
TypeScript
import { TestResult } from '../tests';
import { CartographerTestCase } from './CartographerTestCase';
/**
* This test is specific to the default private server
* map.
*/
export declare class TestFindRoute extends CartographerTestCase {
_creeps: {
c1: string;
};
retries: number;
timeout: number;
test(): TestResult.FAIL | TestResult.PASS;
}