Skip to content
This repository was archived by the owner on Mar 29, 2021. It is now read-only.

Commit

Permalink
#125: removed unneeded path var, added test naming convention;
Browse files Browse the repository at this point in the history
  • Loading branch information
w20k committed Oct 3, 2016
1 parent bb45337 commit f541ea5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = function ( config ) {
config.set ( {

// base path that will be used to resolve all patterns (eg. files, exclude)
basePath: './',
basePath: '',


// frameworks to use
Expand All @@ -18,7 +18,7 @@ module.exports = function ( config ) {
'src/stable.js',

'src/**/*.js',
'tests/**/*.js'
'tests/**/*Spec.js'
],


Expand Down
File renamed without changes.

0 comments on commit f541ea5

Please sign in to comment.