Skip to content

Commit fc39dd7

Browse files
alan-agius4filipesilva
authored andcommitted
build: remove unused non-bazel unit test script
This script is no longer used.
1 parent c1efaa1 commit fc39dd7

File tree

3 files changed

+1
-204
lines changed

3 files changed

+1
-204
lines changed

BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ exports_files([
1010
"LICENSE",
1111
"tsconfig.json", # @external
1212
"tsconfig-test.json", # @external
13-
"tslint.base.json", # @external
13+
"tsconfig-build.json", # @external
1414
])

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
"bazel:test": "bazel test //packages/...",
2424
"build": "node ./bin/devkit-admin build",
2525
"build-tsc": "tsc -p tsconfig.json",
26-
"debug:test": "node --inspect-brk ./bin/devkit-admin test",
27-
"debug:test-large": "node --inspect-brk ./bin/devkit-admin test --large --spec-reporter",
2826
"lint": "eslint --cache --max-warnings=0 \"**/*.ts\"",
2927
"templates": "node ./bin/devkit-admin templates",
3028
"validate": "node ./bin/devkit-admin validate",

scripts/test.ts

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

0 commit comments

Comments
 (0)