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