Skip to content

Commit bff5fd5

Browse files
alexander-fensterAce Nassri
authored and
Ace Nassri
committed
feat!: drop node8 support, support for async iterators (#227)
BREAKING CHANGE: The library now supports Node.js v10+. The last version to support Node.js v8 is tagged legacy-8 on NPM. New feature: methods with pagination now support async iteration.
1 parent 6f954e5 commit bff5fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scheduler/test/test.samples.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ describe('Server should respond to /log_payload', () => {
5050
it('should log the payload', done => {
5151
const body = Buffer.from('test');
5252
request
53-
.post(`/log_payload`)
53+
.post('/log_payload')
5454
.type('raw')
5555
.send(body)
5656
.expect(200, /Printed job/, done);

0 commit comments

Comments
 (0)