Comparing version 1.2.3 to 1.2.4
{ | ||
"name": "trolly", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "A starter kit to get you up and running with a bunch of awesome new front-end technologies using Babel, Webpack, Mocha, Sinon, Chai, Rewire, Karma, Coveralls, and ESLint without any framework dependencies.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -21,3 +21,2 @@ # Universal (isomorphic) boilerplate written in ES2015 for Node and the browser. | ||
* [Sinon.JS](http://sinonjs.org/) with examples for test doubles | ||
* [babel-plugin-rewire](https://github.com/speedskater/babel-plugin-rewire) to apply test doubles to dependencies of imported modules | ||
* Universal unit tests that work in Node, browser or both | ||
@@ -24,0 +23,0 @@ * Unit tests written with ES2015 get transpiled on the fly |
23326
223