Browse Source

basic test should pass now

pull/79/merge
Jeremy Wentworth 7 years ago
parent
commit
bed72e4f1c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      spec/basics.spec.js

+ 1
- 1
spec/basics.spec.js View File

@@ -22,7 +22,7 @@ describe("json", function() {
let manifestObj; let manifestObj;
try { try {
manifestObj = JSON.parse(fileContent+"FAIL");
manifestObj = JSON.parse(fileContent);
done(); done();
} catch(err){ } catch(err){
fail(`Invalid JSON: ${filePath}\n${err}`); fail(`Invalid JSON: ${filePath}\n${err}`);


Loading…
Cancel
Save