Skip to content

Commit

Permalink
initialize the NODE_ENV to test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Lindsey authored and mhevery committed Aug 31, 2011
1 parent 6318267 commit 7dc4b29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/jasmine-node
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env node

if( !process.env.NODE_ENV ) process.env.NODE_ENV = 'test';

var path = require('path');
var fs = require('fs');
require(path.join(__dirname,'../lib/jasmine-node/cli.js'));

0 comments on commit 7dc4b29

Please sign in to comment.