Skip to content

Commit

Permalink
documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
ddmitov committed Apr 4, 2018
1 parent b6942c3 commit 404acb1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elephant-harness",
"version": "0.8.4",
"version": "0.8.5",
"description": "Node.js - Electron - NW.js controller for PHP scripts",
"main": "src/elephant-harness.js",
"directories": {
Expand Down
4 changes: 2 additions & 2 deletions test/elephant-harness-test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

// elephant-harness test
// elephant-harness npm test

// Load the elephant-harness package:
const ELEPHANT_HARNESS = require('../src/elephant-harness.js');
Expand Down Expand Up @@ -47,7 +47,7 @@ phpTestScript.errorFunction = function(error) {
};

phpTestScript.exitFunction = function(exitCode) {
console.log(`elephant-harness test script exited with exit code ${exitCode}`);
console.log(`elephant-harness test script exit code is ${exitCode}`);
};

// Start the PHP test script:
Expand Down
2 changes: 0 additions & 2 deletions tonic/example.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use strict';

const ELEPHANT_HARNESS = require('elephant-harness');

let phpScriptObject = {};
Expand Down

0 comments on commit 404acb1

Please sign in to comment.