Skip to content

Commit

Permalink
fix: Ensure polly's middleware goes before ember-cli's (#36)
Browse files Browse the repository at this point in the history
This should allow polly to work nicely with ember-cli's when the
`--proxy` option is passed.
  • Loading branch information
cibernox authored and offirgolan committed Jun 21, 2018
1 parent be5c473 commit 43db361
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/@pollyjs/ember/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@
"node": "6.* || >= 7.*"
},
"ember-addon": {
"configPath": "tests/dummy/config"
"configPath": "tests/dummy/config",
"before": [
"proxy-server-middleware"
]
}
}

0 comments on commit 43db361

Please sign in to comment.