diff options
test - integration - remove unused code
Diffstat (limited to 'test/integration')
-rw-r--r-- | test/integration/index.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/integration/index.js b/test/integration/index.js index e9263c6c8..549b7d37c 100644 --- a/test/integration/index.js +++ b/test/integration/index.js @@ -8,7 +8,9 @@ var b = browserify() // Remove old bundle try { - fs.unlinkSync(bundlePath) + // if (fs.existsSync(bundlePath)) { + // fs.unlinkSync(bundlePath) + // } var writeStream = fs.createWriteStream(bundlePath) |