We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 327dfd1 commit 8504448Copy full SHA for 8504448
1 file changed
src/__tests__/page.spec.ts
@@ -11,6 +11,10 @@ describe('Page', () => {
11
12
axiosMock.onAny().reply(200, Buffer.from(''))
13
14
+ beforeEach(() => {
15
+ axiosMock.resetHistory()
16
+ })
17
+
18
test('it encode the page.html option (pdf)', async () => {
19
await client.pdf.direct({
20
page: {
0 commit comments