Add immediate flag to timers

This commit is contained in:
2023-11-07 15:06:11 +01:00
parent 7f020dd179
commit 2e86d98cc1
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
module.exports = {
timeout: 1000,
global: true,
immediate: true,
name: 'Test timer every 1 sec',
data: {
i: 0