Skip to content

Commit

Permalink
split out conformance test
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwlui committed Mar 22, 2019
1 parent 2e49d8e commit ce00255
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 214 deletions.
12 changes: 0 additions & 12 deletions conformance-test/fixtures/signing-service-account.json

This file was deleted.

126 changes: 0 additions & 126 deletions conformance-test/test-data/v4SignedUrl.json

This file was deleted.

71 changes: 0 additions & 71 deletions conformance-test/v4SignedUrl.ts

This file was deleted.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@
"predocs": "npm run compile",
"docs": "jsdoc -c .jsdoc.js",
"generate-scaffolding": "repo-tools generate all && repo-tools generate lib_samples_readme -l samples/ --config ../.cloud-repo-tools.json",
"system-test": "mocha build/system-test --timeout 600000 && npm run conformance-test",
"conformance-test": "mocha build/conformance-test --timeout 600000",
"preconformance-test": "npm run compile",
"system-test": "mocha build/system-test --timeout 600000",
"presystem-test": "npm run compile",
"test": "nyc mocha build/test",
"pretest": "npm run compile",
Expand Down
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"include": [
"src/*.ts",
"test/*.ts",
"system-test/*.ts",
"conformance-test/*.ts"
"system-test/*.ts"
]
}

0 comments on commit ce00255

Please sign in to comment.