Skip to content
This repository has been archived by the owner on Dec 28, 2023. It is now read-only.

updates the readme to include how it would look if I knew how to actually configure User Default Options. #18

Conversation

andrew-luhring
Copy link

Created issue:

See: #17

Assuming it's possible because of:

See: #15

andeqoo added 2 commits November 9, 2013 21:11
…a as the karma.conf.js file serves to karma. Yeah that's strangely worded; deal with it. :-P
@vojtajina
Copy link
Contributor

I'm not sure I understand this.

I think we should just update the readme, to show the config available by #15:

// karma.conf.js
module.exports = function(config) {
  config.set({
    frameworks: ['mocha'],
    // ...
    client: {
      mocha: {
        ui: 'tdd',
        // ... other mocha config
      }
    }
  });
};

We might also add a link to mocha page listing all the options.

@vojtajina vojtajina closed this Nov 22, 2013
@andrew-luhring andrew-luhring deleted the docs-explainHowToCustomize branch January 4, 2014 23:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants