Test task for Xsolla How to run tests Install node.js Install global deps: npm i -g mocha Install project deps: cd project_dir/ npm i Run the tests: npm test