Skip to content

Commit abda81b

Browse files
committed
IND-524 Removed functional tests to be moved to separate branch
1 parent e8c60e4 commit abda81b

File tree

3 files changed

+1
-49
lines changed

3 files changed

+1
-49
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -251,10 +251,6 @@ The Pipedrive REST API documentation can be found at https://developers.pipedriv
251251
#Testing
252252
To 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

260256
This Pipedrive API client is distributed under the MIT licence.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
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",

test/functional/client.js

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)