Skip to content
Snippets Groups Projects
Commit 8dd92c80 authored by Anton Guz's avatar Anton Guz
Browse files

MAGETWO-31592: Javascript Unit Test Framework Update

 - Fixes for grunt-template-jasmine-requirejs task.
parent ee2e1737
Branches
No related merge requests found
...@@ -12,7 +12,9 @@ module.exports = function (grunt) { ...@@ -12,7 +12,9 @@ module.exports = function (grunt) {
require('time-grunt')(grunt); require('time-grunt')(grunt);
// Load grunt tasks automatically // Load grunt tasks automatically
require('load-grunt-tasks')(grunt); require('load-grunt-tasks')(grunt, {
pattern: ['grunt-*', '!grunt-template-jasmine-requirejs']
});
var config = { var config = {
path: { path: {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment