Open sonicoder86 opened 10 years ago
markup of grunt config changed, but found no entries about it in the changes log
old config: jasmine_node: { specFolders: ['tests/minesweeper/model'], projectRoot: "web/js/minesweeper", requirejs: "tests/lib/requireconfig/node.js" },
new config jasmine_node: { options: { specFolders: ['tests/minesweeper/model'], projectRoot: "web/js/minesweeper", requirejs: "tests/lib/requireconfig/node.js" }, all: ['tests/minesweeper/model'] },
I use RequireJs in jasmine-node and i get the following error when upgrading from 0.1 to 0.2: [ReferenceError: requirejs is not defined] Because the parameters in the Grunt config file are not passed, the retrieving of the config parameters is somehow broken (var options = this.options({ ... }))