Hi. I'm building a project based off angular2-seed. I've deleted a few .html files and replaced them with .jade files, then added the jade: true option to the config object. Running npm test throws an error from this plugin, complaining it can't find the .html versions of the files.
Am I doing something wrong?
Hi. I'm building a project based off
angular2-seed
. I've deleted a few.html
files and replaced them with.jade
files, then added thejade: true
option to the config object. Runningnpm test
throws an error from this plugin, complaining it can't find the.html
versions of the files. Am I doing something wrong?