nodeguy/config/tests/teardown.js
Atul R ece01d3803
Add qvariant object translation (#189)
* working - translation of any wrapped object

* clang format

* Adds QVariant and Qbject property. Also adds QPixmap fromQVariant

* fixes breaking test cases

* Adds build to prepush hook aswell
2019-11-10 20:48:41 +01:00

4 lines
58 B
JavaScript

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