This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// require our new directive | |
var resolveSprockets = require(__dirname + '/resolve-sprockets.js'); | |
// set files to the array that we got back | |
var files = resolveSprockets('spec.js.coffee'); | |
// Here goes the rest as usual |