Comparing version 0.2.2 to 0.3.0
{ | ||
"name": "faussaire", | ||
"version": "0.2.2", | ||
"version": "0.3.0", | ||
"description": "Lightweight library to mock API for testing purpose", | ||
@@ -8,6 +8,7 @@ "main": "build/src/faussaire.js", | ||
"lint": "eslint . && echo 'Lint finished...\n'", | ||
"test": "jasmine", | ||
"test": "jest --watch", | ||
"start": "webpack-dev-server --content-base build/", | ||
"build": "babel src/* --out-dir build", | ||
"update": "updtr" | ||
"update": "updtr", | ||
"flow": "flow" | ||
}, | ||
@@ -23,3 +24,3 @@ "repository": { | ||
], | ||
"author": "Anthony Benkhebbab", | ||
"author": "Anthony Benkhebbab <rewieer@gmail.com>", | ||
"license": "MIT", | ||
@@ -34,9 +35,14 @@ "bugs": { | ||
"babel-eslint": "^7.0.0", | ||
"babel-jest": "^18.0.0", | ||
"babel-loader": "^6.2.5", | ||
"babel-plugin-transform-es2015-spread": "^6.8.0", | ||
"babel-plugin-transform-flow-strip-types": "^6.21.0", | ||
"babel-plugin-transform-object-rest-spread": "^6.16.0", | ||
"babel-preset-es2015": "^6.16.0", | ||
"babel-preset-node6": "^11.0.0", | ||
"babel-preset-stage-3": "^6.17.0", | ||
"eslint": "^3.6.1", | ||
"flow-bin": "^0.37.1", | ||
"jasmine": "^2.5.2", | ||
"jest": "^18.0.0", | ||
"updtr": "^0.2.1", | ||
@@ -43,0 +49,0 @@ "webpack": "^1.13.2", |
@@ -1,2 +0,2 @@ | ||
# Faussaire v0.2.2 | ||
# Faussaire v0.3.0 | ||
Lightweight javascript library to mock network request for testing purposes | ||
@@ -16,3 +16,3 @@ | ||
Faussaire is library aiming to mock an API in tests. As said Robert C. Martin in | ||
the [Ruby Midwest 2011 Conf](https://www.youtube.com/watch?v=WpkDN78P884), tests should be completely independant from | ||
the [Ruby Midwest 2011 Conf](https://www.youtube.com/watch?v=WpkDN78P884), tests should be completely independent from | ||
your webservices, your database or whatever kind of IO device / Network implementation. Following this idea, one should | ||
@@ -19,0 +19,0 @@ be able to use a fake API with a similar behavior of any server. |
@@ -0,0 +0,0 @@ const webpack = require('webpack'); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
27279
440
18
1