mirror of
https://github.com/rastapasta/mapscii.git
synced 2024-11-21 15:43:08 +01:00
Merge branch 'master' of github.com:rastapasta/mapscii
This commit is contained in:
commit
2d88b6f16d
@ -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