blob: 67b467d03891844bb6a5790a27781db5cf3d791d [file] [log] [blame]
load("//infra-sk:index.bzl", "nodejs_test")
nodejs_test(
name = "typescript_nodejs_test",
src = "typescript_nodejs_test.ts",
tags = ["manual"],
visibility = ["//bazel/test_on_env:__pkg__"],
deps = [
"@npm//@types/chai",
"@npm//chai",
"@npm//puppeteer",
],
)