aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorkumavis <aaron@kumavis.me>2017-08-04 12:50:17 +0800
committerkumavis <aaron@kumavis.me>2017-08-04 12:50:17 +0800
commit925edd5f7decfc3272b6ad5bf9b44ca8504fd0c8 (patch)
treeccee58596c0529d92a732c79ceac50018670e96a /test
parent44616483e032241a63c49abec752aa8ef16551d2 (diff)
downloadtangerine-wallet-browser-925edd5f7decfc3272b6ad5bf9b44ca8504fd0c8.tar
tangerine-wallet-browser-925edd5f7decfc3272b6ad5bf9b44ca8504fd0c8.tar.gz
tangerine-wallet-browser-925edd5f7decfc3272b6ad5bf9b44ca8504fd0c8.tar.bz2
tangerine-wallet-browser-925edd5f7decfc3272b6ad5bf9b44ca8504fd0c8.tar.lz
tangerine-wallet-browser-925edd5f7decfc3272b6ad5bf9b44ca8504fd0c8.tar.xz
tangerine-wallet-browser-925edd5f7decfc3272b6ad5bf9b44ca8504fd0c8.tar.zst
tangerine-wallet-browser-925edd5f7decfc3272b6ad5bf9b44ca8504fd0c8.zip
test - integration - remove unused code
Diffstat (limited to 'test')
-rw-r--r--test/integration/index.js4
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)