Karma preprocessor to create special requirejs config for tests
npm
Install withnpm install karma-requirejs-preprocessor
Usage
//Karma configmodule { config;};
API
requirejsPreprocessor
config
Type: Object
RequireJS config for test environment
testRegexp
Type: String
Custom regular expression for test files searching. Used in instantiating a new RegExp object. Default spec\.js$
License
© Oleg Istomin 2015. Released under the MIT license