Skip to content

Commit

Permalink
[test] Force production to prevent horrible output
Browse files Browse the repository at this point in the history
  • Loading branch information
3rd-Eden committed Feb 27, 2015
1 parent d64703c commit c3bd70d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
describe('react-jsx', function () {
'use strict';

//
// Turn off the annoying jsx warnings by forcing production.
//
process.env.NODE_ENV = 'production';

var assume = require('assume')
, React = require('react')
, path = require('path')
Expand Down

0 comments on commit c3bd70d

Please sign in to comment.