Skip to content

Commit

Permalink
Add *.cmd test (npm.cmd on Windows)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Diethelm committed May 4, 2014
1 parent 2ec9e45 commit 752b479
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/test.basic.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ describe('Superspawn', function() {
actual.done();
});

it('should be able to start the npm executable (.cmd on Windows)', function() {
var actual = spawn('npm');
actual.done();
});

it('should be able to start a native executable (echo)', function() {
var actual = spawn(
'echo'
Expand Down

0 comments on commit 752b479

Please sign in to comment.