ugrading dependencies | fixing tests | supporting multiple provider of the same type

This commit is contained in:
weakmap@gmail.com
2022-12-11 20:07:18 +01:00
parent 2062aa11a3
commit ab5ee59d72
14 changed files with 1230 additions and 1271 deletions

View File

@@ -29,7 +29,7 @@ describe('#immoscout testsuite()', () => {
return;
}
const fredy = new Fredy(provider.config, null, provider.metaInformation.id, 'test1', similarityCache);
const fredy = new Fredy(provider.config, null, provider.metaInformation.id, 'immoscout', similarityCache);
fredy.execute().then((listing) => {
expect(listing).to.be.a('array');