UNPKG
@42technologies/amazon-mws
Version:
latest (1.1.0)
1.1.0
1.0.1
1.0.0
Amazon MWS API wrapper
github.com/bhushankumarl/amazon-mws
42technologies/amazon-mws
@42technologies/amazon-mws
/
.mocharc.js
12 lines
(11 loc)
•
304 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/**
@type
{import('mocha').MochaOptions} options */
const
options
=
{ bail:
true
, fullTrace:
true
, timeout:
20000
, recursive:
true
, reporter:
"spec"
, files: [
"./test/specs/*.spec.js"
], exclude: [
"./test/specs/fulfillmentInboundShipment.spec.js"
], };
module
.
exports
= options;