Browse Source

comment

pull/79/merge
Jeremy Wentworth 7 years ago
parent
commit
2c128cae8f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      spec/basic.tests.spec.js

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

@@ -6,7 +6,7 @@ const validate = ajv.compile(require('./manifest.json'));

describe("json", function() {

it("manifest files should be valid against the schema", function(/*done*/) {//TODO fix
it("manifest files should be valid against the schema", function(/*done*/) {//TODO call done on Promise.all done
fs.readdir('plugins', function(err, files) {
if (err){
fail("unable to read plugins dir");


Loading…
Cancel
Save