test-machinepack
Advanced tools
Comparing version 2.0.2 to 2.1.0
@@ -6,2 +6,3 @@ /** | ||
var path = require('path'); | ||
var testMachine = require('./test-machine'); | ||
@@ -12,2 +13,5 @@ | ||
// To programmatically access the `test-machine` helper, use: | ||
testMachine: testMachine, | ||
// To programmatically call the stub/default/base driver: | ||
@@ -14,0 +18,0 @@ runTestsWithStubDriver: function (pathToMachinepackDir){ |
{ | ||
"name": "test-machinepack", | ||
"author": "Mike McNeil <@mikermcneil>", | ||
"version": "2.0.2", | ||
"version": "2.1.0", | ||
"description": "Raw test runner for machinepacks (also includes a simple stub test driver)", | ||
@@ -21,2 +21,3 @@ "keywords": [ | ||
"lodash": "^3.9.1", | ||
"machine": "^9.1.2", | ||
"machinepack-machines": "^5.0.0", | ||
@@ -23,0 +24,0 @@ "rttc": "^4.0.3" |
@@ -150,2 +150,4 @@ /** | ||
} | ||
// console.log('-->',whatActuallyHappened.output, '('+typeof whatActuallyHappened.output+')'); | ||
// console.log('==> should be:',outputAssertion, '('+typeof outputAssertion+')'); | ||
} | ||
@@ -152,0 +154,0 @@ } |
33670
11
665
6
+ Addedmachine@^9.1.2