blob: 187bd311a301a9c6c5f80831aa063eca3cacfae1 [file] [log] [blame]
load("//infra-sk:index.bzl", "nodejs_mocha_test")
nodejs_mocha_test(
name = "typescript_test",
srcs = ["typescript_test.ts"],
tags = ["manual"],
visibility = ["//bazel/test_on_env:__pkg__"],
deps = [
"@infra-sk_npm//@types/puppeteer",
"@infra-sk_npm//puppeteer",
],
)