Skip to content

Commit

Permalink
Renamed QUnit Router spec, and reverted to Karma only looking for .sp…
Browse files Browse the repository at this point in the history
…ec.js files.
  • Loading branch information
tbranyen committed Sep 29, 2013
1 parent 0a3b10f commit fe71a3f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ module.exports = function(grunt) {
// Wrap everything in an IIFE.
wrap: true,

// Do not preserve any license comments when working with source maps.
// These options are incompatible.
// Do not preserve any license comments when working with source
// maps. These options are incompatible.
preserveLicenseComments: false
}
}
Expand Down Expand Up @@ -161,7 +161,10 @@ module.exports = function(grunt) {

{ pattern: "app/**/*.*", included: false },
// Derives test framework from Karma configuration.
{ pattern: "test/<%= karma.options.frameworks[0] %>/**/*.js", included: false },
{
pattern: "test/<%= karma.options.frameworks[0] %>/**/*.spec.js",
included: false
},
{ pattern: "vendor/**/*.js", included: false }
]
},
Expand Down
File renamed without changes.

0 comments on commit fe71a3f

Please sign in to comment.