We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb1e079 commit 12d3045Copy full SHA for 12d3045
.travis.yml
@@ -0,0 +1,5 @@
1
+language: node_js
2
+node_js:
3
+ - 4
4
+ - 5
5
+ - 6
readme.md
@@ -1,5 +1,7 @@
# @mapbox/mock-aws-sdk-js
+[](https://travis-ci.org/mapbox/mock-aws-sdk-js)
+
A library that provides sinon-style stubs for aws-sdk-js service methods for use in testing.
6
7
### Goals
0 commit comments