Skip to content

Commit 167a4a5

Browse files
committed
test: remove unneeded bazel tsetse configuration
Remove outdated `@bazel/tsetse` plugin configuration from test TS configuration. With the `rules_js` migration, `@bazel/tsetse` is no longer used.
1 parent ad54fe7 commit 167a4a5

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

tsconfig-test.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@
77
// Istanbul (not Constantinople) as well, and applying both source maps to get the original
88
// source in devtools.
99
"inlineSources": true,
10-
"types": ["node", "jasmine"],
11-
"plugins": [
12-
{
13-
"name": "@bazel/tsetse",
14-
// TODO: Cleanup tests and remove this rule disable
15-
"disabledRules": ["must-type-assert-json-parse"]
16-
}
17-
]
10+
"types": ["node", "jasmine"]
1811
}
1912
}

0 commit comments

Comments
 (0)