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
basic test should pass now
pull/79/merge
Jeremy Wentworth
7 years ago
parent
60976cf67b
commit
bed72e4f1c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
spec/basics.spec.js
+ 1
- 1
spec/basics.spec.js
View File
@@ -22,7 +22,7 @@ describe("json", function() {
let manifestObj;
try {
manifestObj = JSON.parse(fileContent
+"FAIL"
);
manifestObj = JSON.parse(fileContent);
done();
} catch(err){
fail(`Invalid JSON: ${filePath}\n${err}`);
Write
Preview
Loading…
Cancel
Save