@fluffy-spoon/substitute
Advanced tools
Comparing version 1.0.28 to 1.0.31
@@ -1,1 +0,39 @@ | ||
{"name":"@fluffy-spoon/substitute","version":"1.0.28","description":"","main":"dist/src/Index.js","typings":"./dist/src/Index.d.ts","scripts":{"test":"tsc && ava","build":"tsc"},"author":"","license":"ISC","devDependencies":{"@types/node":"latest","ava":"^0.25.0","ts-node":"^7.0.0","typescript":"^3.0.0"},"ava":{"files":["./dist/spec/*.js"],"sources":["./src/**/*.ts","./spec/**/*.test.ts","./dist/src/**/*.js","./dist/spec/**/*.test.js"],"failFast":true,"compileEnhancements":false,"extensions":["ts"],"require":["ts-node/register"]},"homepage":"https://github.com/ffMathy/FluffySpoon.JavaScript.Testing"} | ||
{ | ||
"name": "@fluffy-spoon/substitute", | ||
"version": "1.0.31", | ||
"description": "", | ||
"main": "dist/src/Index.js", | ||
"typings": "./dist/src/Index.d.ts", | ||
"scripts": { | ||
"test": "tsc && ava", | ||
"build": "tsc" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"devDependencies": { | ||
"@types/node": "latest", | ||
"ava": "^0.25.0", | ||
"ts-node": "^7.0.0", | ||
"typescript": "^3.0.0-rc" | ||
}, | ||
"ava": { | ||
"files": [ | ||
"./dist/spec/*.js" | ||
], | ||
"sources": [ | ||
"./src/**/*.ts", | ||
"./spec/**/*.test.ts", | ||
"./dist/src/**/*.js", | ||
"./dist/spec/**/*.test.js" | ||
], | ||
"failFast": true, | ||
"compileEnhancements": false, | ||
"extensions": [ | ||
"ts" | ||
], | ||
"require": [ | ||
"ts-node/register" | ||
] | ||
}, | ||
"homepage": "https://github.com/ffMathy/FluffySpoon.JavaScript.Testing" | ||
} |
# substitute.js | ||
[`@fluffy-spoon/substitute`](https://www.npmjs.com/package/@fluffy-spoon/substitute) TypeScript port of [NSubstitute](http://nsubstitute.github.io), which aims to provide a much more fluent mocking opportunity for strong-typed languages. | ||
[`@fluffy-spoon/substitute`](https://www.npmjs.com/package/@fluffy-spoon/substitute) is a TypeScript port of [NSubstitute](http://nsubstitute.github.io), which aims to provide a much more fluent mocking opportunity for strong-typed languages. | ||
@@ -4,0 +4,0 @@ ## Installing |
71511