diff options
author | kumavis <aaron@kumavis.me> | 2017-08-04 12:50:17 +0800 |
---|---|---|
committer | kumavis <aaron@kumavis.me> | 2017-08-04 12:50:17 +0800 |
commit | 925edd5f7decfc3272b6ad5bf9b44ca8504fd0c8 (patch) | |
tree | ccee58596c0529d92a732c79ceac50018670e96a | |
parent | 44616483e032241a63c49abec752aa8ef16551d2 (diff) | |
download | dexon-wallet-925edd5f7decfc3272b6ad5bf9b44ca8504fd0c8.tar.gz dexon-wallet-925edd5f7decfc3272b6ad5bf9b44ca8504fd0c8.tar.zst dexon-wallet-925edd5f7decfc3272b6ad5bf9b44ca8504fd0c8.zip |
test - integration - remove unused code
-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 e9263c6c..549b7d37 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) |