UNPKG

create-expo-cljs-app

Version:

Create a react native application with Expo and Shadow-CLJS!

12 lines (11 loc) 295 B
module.exports = function (karma) { karma.set({ frameworks: ['mocha'], files: ['test/tmp/browserified.js'], reporters: ['mocha-own'], mochaOwnReporter: { reporter: 'spec' }, browsers: process.env.TRAVIS ? ['Firefox', 'PhantomJS'] : ['Chrome', 'PhantomJS'] }) }