File tree Expand file tree Collapse file tree 3 files changed +1
-49
lines changed Expand file tree Collapse file tree 3 files changed +1
-49
lines changed Original file line number Diff line number Diff line change @@ -251,10 +251,6 @@ The Pipedrive REST API documentation can be found at https://developers.pipedriv
251251#Testing
252252To run unit tests, execute ` npm run tests `
253253
254- To run integration tests, you need to provide API token with environment variables:
255-
256- ``` export PIPEDRIVE_API_TOKEN='xxxxxx' && npm run test:functional ```
257-
258254# Licence
259255
260256This Pipedrive API client is distributed under the MIT licence.
Original file line number Diff line number Diff line change 2222 "url" : " http://github.com/pipedrive/client-nodejs.git"
2323 },
2424 "scripts" : {
25- "test" : " ./node_modules/mocha/bin/mocha ./test/unit" ,
26- "test:functional" : " ./node_modules/mocha/bin/mocha ./test/functional"
25+ "test" : " ./node_modules/mocha/bin/mocha ./test/unit"
2726 },
2827 "dependencies" : {
2928 "async" : " ~0.9.0" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments