mirror of
https://github.com/rastapasta/mapscii.git
synced 2025-02-16 17:30:47 +01:00
Update title in the README
This commit is contained in:
parent
4546a99a55
commit
8a4d82dead
12
src/TileSource.spec.js
Normal file
12
src/TileSource.spec.js
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
'use strict';
|
||||||
|
const TileSource = require('./TileSource');
|
||||||
|
|
||||||
|
describe('TileSource', () => {
|
||||||
|
describe('with a HTTP source', async () => {
|
||||||
|
const tileSource = new TileSource();
|
||||||
|
await tileSource.init('http://mapscii.me/');
|
||||||
|
test('sets the mode to 3', () => {
|
||||||
|
tileSource.mode = 3;
|
||||||
|
});
|
||||||
|
});
|
||||||
|
});
|
Loading…
Reference in New Issue
Block a user