mirror of
https://github.com/rastapasta/mapscii.git
synced 2025-06-19 17:27:41 +02: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 () => {
|
||||
const tileSource = new TileSource();
|
||||
await tileSource.init('http://mapscii.me/');
|
||||
tileSource.mode = 3;
|
||||
expect(tileSource.mode).toBe(3);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user