Uncomment env var check

This commit is contained in:
Kevin Sawicki
2015-02-12 16:04:27 -08:00
parent 44d54c28b3
commit ef7726ba35

View File

@@ -1,7 +1,7 @@
# These tests are excluded by default. To run them from the command line:
#
# ATOM_INTEGRATION_TESTS_ENABLED=true apm test
# return unless process.env.ATOM_INTEGRATION_TESTS_ENABLED
return unless process.env.ATOM_INTEGRATION_TESTS_ENABLED
fs = require "fs"
path = require "path"