arei / node-untappd

NodeJS API for Untappd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Syntax issue in v0.6.0

stephenyeargin opened this issue · comments

Looks like a merge might have gone sideways. Looking into it.

$ npm t

> node-untappd@0.6.0 test
> ./node_modules/.bin/jest

 FAIL  __tests__/Request.js
  ● Test suite failed to run

    /Users/stephen/Sites/node-untappd/UntappdClient.js: Unexpected token, expected , (134:2)
        132 | 		request.end();
        133 | 		return request;
      > 134 | 	};
            | 	 ^
        135 | 
        136 | 	var hasToken = function() {
        137 | 		return !!token;

Test Suites: 1 failed, 1 total
Tests:       0 total
Snapshots:   0 total
Time:        0.677s
Ran all test suites.

Bump. #23 cleans these up.