diff --git a/test/intern.js b/test/intern.js index ace7fd6..61cef8a 100644 --- a/test/intern.js +++ b/test/intern.js @@ -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)\//