Skip to content

Commit bca46a3

Browse files
committed
GPII-12 Adding unit tests for killProcessByName, including tiny renamed BSD program putty, also adding shelljs to the list of development dependencies.
1 parent 5ac509e commit bca46a3

File tree

4 files changed

+57
-1
lines changed

4 files changed

+57
-1
lines changed
512 KB
Binary file not shown.

gpii/node_modules/WindowsUtilities/test/testWindowsUtilities.js

Lines changed: 54 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"grunt-shell": "0.6.4",
1414
"grunt-contrib-jshint": "~0.9.0",
1515
"grunt-jsonlint": "1.0.4",
16-
"grunt-gpii": "git://github.com/GPII/grunt-gpii.git#a4aca06cbaf7523eb1af56ed65ce6bd30b8ec325"
16+
"grunt-gpii": "git://github.com/GPII/grunt-gpii.git#a4aca06cbaf7523eb1af56ed65ce6bd30b8ec325",
17+
"shelljs": "0.3.0"
1718
},
1819
"licenses": [
1920
{

tests/UnitTests.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ https://github.com/gpii/universal/LICENSE.txt
1515

1616
require("../gpii/node_modules/registrySettingsHandler/test/testRegistrySettingsHandler.js");
1717
require("../gpii/node_modules/spiSettingsHandler/test/testSpiSettingsHandler.js");
18+
require("../gpii/node_modules/WindowsUtilities/test/testWindowsUtilities.js");

0 commit comments

Comments
 (0)