UNPKG

route4me-nodejs-sdk

Version:

Access Route4Me's logistics-as-a-service API using our Node.js SDK

10 lines (9 loc) 203 B
'use strict' module.exports = { reporter: "spec", recursive: true, checkLeaks: true, ui: "bdd", require: ["test/bootstrap"], spec: ["test/**/*.spec.js", "test/**/*.test.js"] };