fix(core): update

This commit is contained in:
2021-08-14 17:01:54 +02:00
parent 533639b66d
commit 1b8f4f2219
6 changed files with 129 additions and 54 deletions

View File

@ -19,7 +19,8 @@ tap.test('should start smartmetrics', async () => {
testSmartMetrics.start();
});
tap.test('should produce valid metrics', async () => {
tap.test('should produce valid metrics', async (tools) => {
console.log('calling .getMetrics from Testfile:')
console.log(await testSmartMetrics.getMetrics());
})