Browse Source

fixed extra slash in test

pull/124/head
Jeremy Wentworth 7 years ago
parent
commit
2f6a9627d7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      spec/manifest.tests.spec.js

+ 1
- 1
spec/manifest.tests.spec.js View File

@@ -35,7 +35,7 @@ describe("test manifests", function() {
}); });
afterEach(()=>{ afterEach(()=>{
execSync(`rm ${TEMP_DIR}/*.zip`)
execSync(`rm ${TEMP_DIR}*.zip`)
fs.rmdirSync(TEMP_DIR); fs.rmdirSync(TEMP_DIR);
}); });




Loading…
Cancel
Save