diff options
Diffstat (limited to 'sandbox/testAppNevena/Front/node_modules/@angular/cli/commands/e2e.json')
-rw-r--r-- | sandbox/testAppNevena/Front/node_modules/@angular/cli/commands/e2e.json | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/sandbox/testAppNevena/Front/node_modules/@angular/cli/commands/e2e.json b/sandbox/testAppNevena/Front/node_modules/@angular/cli/commands/e2e.json deleted file mode 100644 index a8c8cccc..00000000 --- a/sandbox/testAppNevena/Front/node_modules/@angular/cli/commands/e2e.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-07/schema", - "$id": "ng-cli://commands/e2e.json", - "description": "Builds and serves an Angular app, then runs end-to-end tests.", - "$longDescription": "./e2e-long.md", - - "$aliases": ["e"], - "$scope": "in", - "$type": "architect", - "$impl": "./e2e-impl#E2eCommand", - - "type": "object", - "allOf": [ - { "$ref": "./definitions.json#/definitions/architect" }, - { "$ref": "./definitions.json#/definitions/base" } - ] -} |