feat: add phase 4 bun_test bootstrap
This commit is contained in:
19
tests/bun_test_test/BUILD.bazel
Normal file
19
tests/bun_test_test/BUILD.bazel
Normal file
@@ -0,0 +1,19 @@
|
||||
load("//bun:defs.bzl", "bun_test")
|
||||
|
||||
bun_test(
|
||||
name = "passing_suite",
|
||||
srcs = ["passing.test.ts"],
|
||||
target_compatible_with = [
|
||||
"@platforms//cpu:x86_64",
|
||||
"@platforms//os:linux",
|
||||
],
|
||||
)
|
||||
|
||||
bun_test(
|
||||
name = "failing_suite",
|
||||
srcs = ["failing.test.ts"],
|
||||
target_compatible_with = [
|
||||
"@platforms//cpu:x86_64",
|
||||
"@platforms//os:linux",
|
||||
],
|
||||
)
|
||||
Reference in New Issue
Block a user