nodeguy/scripts/tests/teardown.js
2020-02-27 08:18:18 +01:00

4 lines
58 B
JavaScript

module.exports = async () => {
global.qApp.quit();
};