aboutsummaryrefslogtreecommitdiffstats
path: root/tests/html/work.js
blob: 8fef1f11654de76fe2f314b9eeea9075168fa318 (plain) (blame)
1
2
3
4
console.log("reached inside work.js file");
setInterval(function() {
    console.log('hi');
}, 500);