pm2/test/fixtures/mjs/test.mjs
Alexandre Strzelewicz 56280887b1 \#3248 add test file
2017-11-02 16:55:29 +01:00

4 lines
89 B
JavaScript

export function test() {
setInterval(() => console.log(`Hello es6 from pm2`), 1000);
}