File tree 2 files changed +9
-0
lines changed
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change
1
+ engines :
2
+ coffeelint :
3
+ enabled : true
4
+ fixme :
5
+ enabled : true
6
+ duplication :
7
+ enabled : true
8
+
1
9
ratings :
2
10
paths :
3
11
- src/**
Original file line number Diff line number Diff line change 1
1
# testdouble.js
2
2
3
3
[ ![ Build Status] ( https://secure.travis-ci.org/testdouble/testdouble.js.svg )] ( http://travis-ci.org/testdouble/testdouble.js ) [ ![ npmjs] ( https://img.shields.io/badge/npm-testdouble-red.svg )] ( https://www.npmjs.com/package/testdouble )
4
+ [ ![ Test Coverage] ( https://codeclimate.com/github/testdouble/testdouble.js/badges/coverage.svg )] ( https://codeclimate.com/github/testdouble/testdouble.js/coverage )
4
5
5
6
Welcome! Are you writing JavaScript tests and in the market for a mocking library to
6
7
fake out real things for you? testdouble.js is an opinionated, carefully-designed
You can’t perform that action at this time.
0 commit comments