running all tests

This commit is contained in:
weakmap@gmail.com
2023-04-07 19:45:24 +02:00
parent 3ec9ed3b2a
commit 1feb5bfda1

View File

@@ -9,7 +9,7 @@ describe('#immobilien.de testsuite()', () => {
similarityCache.stopCacheCleanup();
});
provider.init(providerConfig.immobilienDe, [], []);
it.only('should test immobilien.de provider', async () => {
it('should test immobilien.de provider', async () => {
const Fredy = await mockFredy();
return await new Promise((resolve) => {
const fredy = new Fredy(provider.config, null, provider.metaInformation.id, 'test1', similarityCache);