blob: c1e18b46275d5491f9684d96e5810e0310aff198 [file]
# Copyright 2026 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
group("build") {
public_deps = [ ":tests" ]
}
group("tests") {
deps = [
"typescript/tests/fixtures/no_emit",
"typescript/tests/fixtures/prebuilt",
"typescript/tests/fixtures/simple_dep",
]
}