mirror of
https://github.com/rastapasta/mapscii.git
synced 2025-08-12 07:09:14 +02:00
Merge branch 'master' of github.com:rastapasta/mapscii
This commit is contained in:
@ -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);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user