Skip to content

Commit 61504eb

Browse files
committed
test(ga): add IP to test request
1 parent eb5b817 commit 61504eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/unit/ga.js

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ const ga = require('../../');
77
describe('Params', () => {
88
it('are retreived', done => {
99
const params = ga.getRequestParams({
10+
ip: '127.0.0.1',
1011
user: {
1112
type: 'token',
1213
key: 'abc123',

0 commit comments

Comments
 (0)