riot-animation-context
Version:
animation-context Riot JS Tag animation context for dealing with css transitions and animated addition and removal of riot tags
24 lines (23 loc) • 481 B
JavaScript
module.exports = function(config) {
config.set({
basePath: '',
frameworks: ['mocha', 'riot'],
plugins: [
'karma-mocha',
'karma-mocha-reporter',
'karma-phantomjs-launcher',
'karma-riot'
],
files: [
'node_modules/expect.js/index.js',
'animation-context.tag',
'test/specs.js'
],
preprocessors: {
'**/*.tag': ['riot']
},
browsers: ['PhantomJS'],
reporters: ['mocha'],
singleRun: true
})
}