Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend detached container end-to-end tests with compatibility testing #3574

Merged
merged 7 commits into from
Sep 9, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove package.json hats
  • Loading branch information
wes-carlson committed Sep 2, 2020
commit 4e0708924451bacdb77ec336f3f9ed84429e38d1
30 changes: 15 additions & 15 deletions packages/test/end-to-end-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,22 +110,22 @@
"mocha-junit-reporter": "^1.18.0",
"nock": "^10.0.1",
"nyc": "^15.0.0",
"old-aqueduct": "npm:@fluidframework/aqueduct@^0.26.0-3177",
"old-cell": "npm:@fluidframework/cell@^0.26.0-3177",
"old-container-definitions": "npm:@fluidframework/container-definitions@^0.26.0-3177",
"old-container-loader": "npm:@fluidframework/container-loader@^0.26.0-3177",
"old-container-runtime": "npm:@fluidframework/container-runtime@^0.26.0-3177",
"old-aqueduct": "npm:@fluidframework/aqueduct@0.26.0-3177",
"old-cell": "npm:@fluidframework/cell@0.26.0-3177",
"old-container-definitions": "npm:@fluidframework/container-definitions@0.26.0-3177",
"old-container-loader": "npm:@fluidframework/container-loader@0.26.0-3177",
"old-container-runtime": "npm:@fluidframework/container-runtime@0.26.0-3177",
"old-datastore-definitions": "npm:@fluidframework/datastore-definitions@0.26.0-3177",
"old-ink": "npm:@fluidframework/ink@^0.26.0-3177",
"old-local-driver": "npm:@fluidframework/local-driver@^0.26.0-3177",
"old-map": "npm:@fluidframework/map@^0.26.0-3177",
"old-matrix": "npm:@fluidframework/matrix@^0.26.0-3177",
"old-ordered-collection": "npm:@fluidframework/ordered-collection@^0.26.0-3177",
"old-register-collection": "npm:@fluidframework/register-collection@^0.26.0-3177",
"old-request-handler": "npm:@fluidframework/request-handler@^0.26.0-3177",
"old-runtime-definitions": "npm:@fluidframework/runtime-definitions@^0.26.0-3177",
"old-sequence": "npm:@fluidframework/sequence@^0.26.0-3177",
"old-test-utils": "npm:@fluidframework/test-utils@^0.26.0-3177",
"old-ink": "npm:@fluidframework/ink@0.26.0-3177",
"old-local-driver": "npm:@fluidframework/local-driver@0.26.0-3177",
"old-map": "npm:@fluidframework/map@0.26.0-3177",
"old-matrix": "npm:@fluidframework/matrix@0.26.0-3177",
"old-ordered-collection": "npm:@fluidframework/ordered-collection@0.26.0-3177",
"old-register-collection": "npm:@fluidframework/register-collection@0.26.0-3177",
"old-request-handler": "npm:@fluidframework/request-handler@0.26.0-3177",
"old-runtime-definitions": "npm:@fluidframework/runtime-definitions@0.26.0-3177",
"old-sequence": "npm:@fluidframework/sequence@0.26.0-3177",
"old-test-utils": "npm:@fluidframework/test-utils@0.26.0-3177",
"rimraf": "^2.6.2",
"ts-loader": "^6.1.2",
"typescript": "~3.7.4",
Expand Down