Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderMoskovkin committed Aug 19, 2016
1 parent b15746f commit 35882bd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
##Usage
```js
var qunitHarness = require('gulp-qunit-harness');
var callbacks = require('./test/callbacks');

var CLIENT_TESTS_SETTINGS = {
basePath: './test/fixtures',
Expand All @@ -19,7 +20,9 @@ var CLIENT_TESTS_SETTINGS = {
],

css: [ { src: 'style.css', path: './lib/style.css' } ],
configApp: require('./test/config-qunit-server-app')
configApp: require('./test/config-qunit-server-app'),
before: callbacks.before,
after: callbacks.after
};

var BROWSERS = [{
Expand Down

0 comments on commit 35882bd

Please sign in to comment.