Closed kierans closed 5 years ago
Hey @kierans, thanks for the contribution!
We're currently trying to upgrade our release process, which is why your travis builds are failing (but should be fixed with https://github.com/chaijs/chai-http/pull/252).
In the meantime, I'll run this locally when I get a chance. The only things I immediately see that we'll have to do is add this new method to the Typescript definitions (in ./types/index.d.ts
) and fix the commit message to something like feat: add charset assertion
.
git commit --amend
# then change the message
git push --force
@austince Thanks for the feedback.
As an aside, I like the way you have your docs in the Javascript source, however I haven't been able to find how you pull it all together into your README so I can update the README with the new assertion.
Hey @kierans, thanks for updating the PR. We also recently removed the docs-to-readme script, as it didn't work as expected. We should think about a more standard way for building the docs in the future, but for now, you'll have to manually add it if that's alright.
The tests are also passing locally, so looking good!
@austince Woah did I forget about this. Got distracted. Sorry.
I think I've addressed your concerns now.
@austince Just wondering what's happening with this?
Hi @keithamus @vieiralucas @JamesMessinger, could someone take a look at this and #252 when they get a chance? Thanks!
@keithamus I merged in master, however my job still failed. Looks like an issue with the CI setup to me.
Apologies @kierans, it indeed it. I'll merge this now and we can resolve CI in master
Fixes #26