fix(core): update
This commit is contained in:
@ -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());
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user