Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add plugins info in usage example #1

Open
magicznyleszek opened this issue Nov 29, 2017 · 0 comments
Open

Add plugins info in usage example #1

magicznyleszek opened this issue Nov 29, 2017 · 0 comments

Comments

@magicznyleszek
Copy link

Usage example is missing info about plugin :)

// karma.conf.js 
module.exports = function(config) {
    // ... snip 
    frameworks: ['websocket-server'],
    websocketServer: {
        port: 8889,
        beforeStart: (server) => {
            server.on('request', (req) => {
                console.log(new Date() + ' new websocket request...');
            });
        },
        afterStart: (server) => {
            console.log('Server now listening!');
        }
    },
    plugins: ['karma-websocket-server'],
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant