Skip to content

Commit

Permalink
fix(readme): add espower to example codes
Browse files Browse the repository at this point in the history
  • Loading branch information
watilde committed May 14, 2016
1 parent 7048edd commit e7fb30e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Expand Up @@ -27,7 +27,11 @@ module.exports = function(config) {

files: [
'*.js'
]
],

preprocessors: {
'test/**/*.spec.js': ['espower']
}
});
};
```
Expand All @@ -45,6 +49,10 @@ module.exports = function(config) {
'*.js'
],

preprocessors: {
'test/**/*.spec.js': ['espower']
},

client: {
assert: {
output: {
Expand Down

0 comments on commit e7fb30e

Please sign in to comment.