fix(core): update

This commit is contained in:
2022-03-08 15:12:51 +01:00
parent ff78573d16
commit 2f976ac5ce
4 changed files with 46 additions and 18 deletions

View File

@ -23,7 +23,8 @@ tap.test('should create a timedatatable', async () => {
message: `hello this is a message ${i}`,
wow: 'hey',
deep: {
so: 'hello'
so: 'hello',
myArray: ['array1', 'array2']
}
});
i++;