ilanbiala / generator-kirby

Yeoman generator for Bastian Allgeier's Kirby framework
26 stars 1 forks source link

travis-ci failing because of Mocha. #1

Closed ilanbiala closed 10 years ago

ilanbiala commented 10 years ago
"scripts": {
    "test": "mocha"
},

adding this to package.json makes travis-ci fail.

ilanbiala commented 10 years ago

Probably caused by something around line 20 of test-creation.js

ilanbiala commented 10 years ago

fixed, had to add expected files to the array in test-creation.js