mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-22 10:30:34 +03:00
initial commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
// https://github.com/Nikku/karma-browserify
|
||||
module.exports = function (config) {
|
||||
config.set({
|
||||
browsers: ['PhantomJS'],
|
||||
frameworks: ['browserify', 'jasmine'],
|
||||
files: ['test/unit/**/*.js'],
|
||||
reporters: ['spec'],
|
||||
preprocessors: {
|
||||
'test/unit/**/*.js': ['browserify']
|
||||
},
|
||||
browserify: {
|
||||
debug: true,
|
||||
// needed to enable mocks
|
||||
plugin: [require('proxyquireify').plugin]
|
||||
},
|
||||
// if you want to continuously re-run tests on file-save,
|
||||
// replace the following line with `autoWatch: true`
|
||||
singleRun: true
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user