Skip to content

Commit

Permalink
Merge pull request #440 from Financial-Times/ACC-2270_apiDownloadTest
Browse files Browse the repository at this point in the history
ACC-2270: add api test for download content syndication
  • Loading branch information
danieleruiz authored Mar 24, 2023
2 parents 5960cff + fd2536c commit 575364e
Show file tree
Hide file tree
Showing 3 changed files with 267 additions and 10 deletions.
203 changes: 201 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ft-next-syndication-api",
"description": "Next Syndication API",
"version": "0.41.11",
"version": "0.41.12",
"private": true,
"dependencies": {
"@dotcom-reliability-kit/middleware-log-errors": "^1.2.5",
Expand Down Expand Up @@ -33,18 +33,19 @@
"xmldom": "^0.6.0"
},
"devDependencies": {
"dotcom-tool-kit": "^2.3.5",
"@dotcom-tool-kit/backend-app": "^2.0.11",
"@dotcom-tool-kit/mocha": "^2.1.5",
"@dotcom-tool-kit/eslint": "^2.2.1",
"@dotcom-tool-kit/husky-npm": "^2.2.0",
"@dotcom-tool-kit/mocha": "^2.1.5",
"@dotcom-tool-kit/npm": "^2.0.9",
"@financial-times/n-test": "^4.0.0",
"@dotcom-tool-kit/eslint": "^2.2.1",
"@financial-times/eslint-config-next": "^6.0.0",
"@dotcom-tool-kit/secret-squirrel": "^1.0.7",
"@financial-times/eslint-config-next": "^6.0.0",
"@financial-times/n-test": "^4.0.0",
"chai": "^4.0.2",
"chai-http": "^4.3.0",
"check-engine": "^1.10.1",
"coveralls": "^2.13.1",
"dotcom-tool-kit": "^2.3.5",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
Expand All @@ -62,7 +63,6 @@
"sinon-chai": "^3.2.0",
"snyk": "^1.996.0",
"unzipper": "^0.10.11"

},
"nyc": {
"exclude": [
Expand Down Expand Up @@ -122,7 +122,7 @@
"lint-fix": "eslint . --ext .js --fix",
"killall": "./node_modules/.bin/pm2 stop all && ./node_modules/.bin/pm2 kill",
"monit": "./node_modules/.bin/pm2 monit",
"unit-test" : "IGNORE_A11Y=true NEW_SYNDICATION_USERS=testUserUuid1,testUserUuid2 NEW_SYNDICATION_USERS_AWAITING=testUserUuid3,testUserUuid4 NODE_ENV=test node ./node_modules/.bin/mocha --full-trace --harmony --recursive --slow 15000 --sort --timeout 30000 test/"
"unit-test": "IGNORE_A11Y=true NEW_SYNDICATION_USERS=testUserUuid1,testUserUuid2 NEW_SYNDICATION_USERS_AWAITING=testUserUuid3,testUserUuid4 NODE_ENV=test node ./node_modules/.bin/mocha --full-trace --harmony --recursive --slow 15000 --sort --timeout 30000 test/"
},
"config": {},
"husky": {
Expand Down
Loading

0 comments on commit 575364e

Please sign in to comment.