fix(core): update

This commit is contained in:
2021-10-03 17:37:03 +02:00
parent de87e314c0
commit d4cea26fb5
15 changed files with 194 additions and 130 deletions

View File

@@ -8,7 +8,7 @@ tap.test('should create an instance of Smartfuzzy', async () => {
'Sony',
'Deutsche Bahn',
'Apple Inc.',
"Trader Joe's"
"Trader Joe's",
]);
expect(testSmartfuzzy).to.be.instanceof(smartfuzzy.Smartfuzzy);
});