mirror of
https://github.com/rastapasta/mapscii.git
synced 2024-11-21 15:43:08 +01:00
Fix TileSource test to be a test (#90)
This commit is contained in:
parent
26f8ebe1f5
commit
df269c10d9
@ -6,7 +6,7 @@ describe('TileSource', () => {
|
|||||||
test('sets the mode to 3', async () => {
|
test('sets the mode to 3', async () => {
|
||||||
const tileSource = new TileSource();
|
const tileSource = new TileSource();
|
||||||
await tileSource.init('http://mapscii.me/');
|
await tileSource.init('http://mapscii.me/');
|
||||||
tileSource.mode = 3;
|
expect(tileSource.mode).toBe(3);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user