fix(core): update

This commit is contained in:
2020-01-24 07:11:25 +00:00
parent 17287a9ba3
commit 1493848dc8
7 changed files with 42 additions and 20 deletions

View File

@ -27,7 +27,7 @@ tap.test('make a decision based on an object', async () => {
testSmartruleInstance.makeDecision({
id: '123456',
body: 'hello, there. This is a cool message!'
})
});
});
tap.start();