Skip to content

Commit

Permalink
Add plugin example
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcos Cáceres committed Jun 23, 2017
1 parent d8e488e commit 25a2013
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,13 @@ npm install karma-safaritechpreview-launcher --save-dev
module.exports = function(config) {
config.set({
browsers: ['SafariTechPreview']
});
// optionally, if not using "detectBrowsers"
plugins: [
require('karma-safaritechpreview-launcher’),
]
});
};
```
Alternatively, as a CLI argument:
Expand Down

0 comments on commit 25a2013

Please sign in to comment.