Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'qa/contracts/consumer/package.json')
-rw-r--r--qa/contracts/consumer/package.json17
1 files changed, 0 insertions, 17 deletions
diff --git a/qa/contracts/consumer/package.json b/qa/contracts/consumer/package.json
deleted file mode 100644
index b4a3f59e89e..00000000000
--- a/qa/contracts/consumer/package.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "consumer",
- "version": "1.0.0",
- "description": "consumer side contract testing",
- "license": "MIT",
- "repository": "https://gitlab.com/gitlab-org/gitlab.git",
- "dependencies": {
- "@pact-foundation/pact": "^9.17.2",
- "axios": "^0.26.0",
- "jest": "^27.5.1",
- "jest-pact": "^0.9.1",
- "prettier": "^2.5.1"
- },
- "scripts": {
- "test": "jest specs/ --runInBand"
- }
-}