UNPKG

@dillonkearns/elm-graphql

Version:

<img src="https://cdn.jsdelivr.net/gh/martimatix/logo-graphqelm/logo.svg" alt="dillonearns/elm-graphql logo" width="40%" align="right">

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'] }) }