Skip to content

Commit

Permalink
adjust paths for intern
Browse files Browse the repository at this point in the history
  • Loading branch information
neonstalwart committed Oct 13, 2014
1 parent 5de450b commit 75d7b5d
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions test/intern.js
Expand Up @@ -41,19 +41,10 @@ define({
// Configuration options for the module loader; any AMD configuration options supported by the specified AMD loader
// can be used here
loader: {
baseUrl: typeof process === 'undefined' ?
// if we are using the full path to rql, we assume we are running
// in a sibling path configuration
location.search.indexOf('config=rql') > -1 ? '../..' : '..' :
'./node_modules',
// Packages that should be registered with the loader in each testing environment
packages: [
{ name: 'rql', location: 'rql' }
]
},

// Non-functional test suite(s) to run in each browser
suites: [ 'rql/test/all' ],
suites: [ 'test/all' ],

// A regular expression matching URLs to files that should not be included in code coverage analysis
excludeInstrumentation: /^(?:test|node_modules)\//
Expand Down

0 comments on commit 75d7b5d

Please sign in to comment.