Files
arrr-erp-test-v2/fixtures/global-teardown.js
T
2026-06-22 12:52:00 +05:30

6 lines
126 B
JavaScript

module.exports = async () => {
if (global.__ERP_PROCESS__) {
try { global.__ERP_PROCESS__.kill(); } catch (_) {}
}
};