dms_tailscalectl/test
vybe c9d1baf7c4 fix: remove ESM export from lib.js for QML compatibility
QML's JS engine does not support ES module export/import syntax.
Replace bare export with a CommonJS guard that only runs under Node.js,
so the plugin loads in QML while tests still work.
2026-05-18 18:39:39 +00:00
..
lib.test.js fix: remove ESM export from lib.js for QML compatibility 2026-05-18 18:39:39 +00:00