Skip to content
This repository was archived by the owner on Mar 28, 2022. It is now read-only.

Commit 937b35a

Browse files
committed
Remove unused files. Fix unit tests dependencies paths
1 parent dcd9157 commit 937b35a

85 files changed

Lines changed: 174 additions & 7163 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

index.js

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,6 @@ Unless required by applicable law or agreed to in writing, software distributed
1111

1212
"use strict";
1313

14-
const ProgrammaticCli = require("./lib/ProgrammaticCli");
15-
const ProgrammaticServer = require("./lib/ProgrammaticServer");
16-
const Behavior = require("./lib/core/mocks/Behavior");
14+
const PluginAdminApi = require("./src/Api");
1715

18-
module.exports = {
19-
Cli: ProgrammaticCli,
20-
Server: ProgrammaticServer,
21-
Feature: Behavior,
22-
Behavior
23-
};
16+
module.exports = PluginAdminApi;

package-lock.json

Lines changed: 137 additions & 135 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -34,25 +34,14 @@
3434
"test-ci": "npm run test && npm run test-acceptance",
3535
"coveralls": "cat ./coverage/lcov.info | coveralls"
3636
},
37+
"peerDependencies": {
38+
"@mocks-server/core": "1.0.0"
39+
},
3740
"dependencies": {
38-
"body-parser": "1.19.0",
39-
"boom": "7.3.0",
40-
"chalk": "^3.0.0",
41-
"commander": "4.0.1",
42-
"cors": "2.8.5",
43-
"express": "4.17.1",
44-
"express-request-id": "1.4.1",
45-
"inquirer": "7.0.0",
46-
"inquirer-autocomplete-prompt": "^1.0.1",
47-
"lodash": "4.17.15",
48-
"node-watch": "0.6.3",
49-
"require-all": "3.0.0",
50-
"route-parser": "0.0.5",
51-
"strip-ansi": "6.0.0",
52-
"tree-kill-sync": "^1.0.0",
53-
"winston": "3.2.1"
41+
"express": "4.17.1"
5442
},
5543
"devDependencies": {
44+
"@mocks-server/core": "1.0.0",
5645
"coveralls": "^3.0.7",
5746
"eslint": "6.6.0",
5847
"eslint-config-prettier": "6.5.0",
File renamed without changes.
File renamed without changes.
File renamed without changes.

test/acceptance/cli/CliRunner.js

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

0 commit comments

Comments
 (0)