Skip to content

Commit 0b51894

Browse files
authored
chore: remove unused system and sample test configuration from core/paginator (googleapis#8165)
1 parent 41671b0 commit 0b51894

7 files changed

Lines changed: 3 additions & 176 deletions

File tree

core/paginator/.kokoro/presubmit/node18/samples-test.cfg

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

core/paginator/.kokoro/presubmit/node18/system-test.cfg

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

core/paginator/.kokoro/samples-test.sh

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

core/paginator/.kokoro/system-test.sh

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

core/paginator/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,12 @@
1313
"test": "c8 mocha build/test",
1414
"compile": "tsc -p .",
1515
"fix": "gts fix",
16-
"prelint": "cd samples; npm link ../; npm install",
1716
"lint": "gts check",
1817
"prepare": "npm run compile",
1918
"pretest": "npm run compile",
2019
"docs": "jsdoc -c .jsdoc.js",
21-
"presystem-test": "npm run compile",
22-
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",
23-
"system-test": "mocha build/system-test",
20+
"samples-test": "echo 'no samples test'",
21+
"system-test": "echo 'no system test'",
2422
"docs-test": "linkinator docs",
2523
"predocs-test": "npm run docs",
2624
"clean": "gts clean",

core/paginator/system-test/system.ts

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

core/paginator/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
},
88
"include": [
99
"src/*.ts",
10-
"test/*.ts",
11-
"system-test/*.ts"
10+
"test/*.ts"
1211
]
1312
}

0 commit comments

Comments
 (0)