This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
library
mirror of
https://github.com/VCVRack/library.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
fixed extra slash in test
pull/124/head
Jeremy Wentworth
7 years ago
parent
825dd6409c
commit
2f6a9627d7
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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(()=>{
execSync(`rm ${TEMP_DIR}
/
*.zip`)
execSync(`rm ${TEMP_DIR}*.zip`)
fs.rmdirSync(TEMP_DIR);
});
Write
Preview
Loading…
Cancel
Save