Merge branch 'release' into develop

This commit is contained in:
Sabe Jones
2018-03-20 22:57:52 +00:00
116 changed files with 7726 additions and 7093 deletions

View File

@@ -32,4 +32,11 @@ describe('GET /world-state', () => {
},
});
});
it('returns a string representing the current season for NPC sprites', async () => {
const res = await requester().get('/world-state');
expect(res).to.have.nested.property('npcImageSuffix');
expect(res.npcImageSuffix).to.be.a('string');
});
});