fix: tests

This commit is contained in:
Eric
2026-03-04 08:44:11 +01:00
parent 57f2d69556
commit 72b8652b52
11 changed files with 151 additions and 94 deletions

View File

@@ -3,18 +3,10 @@ 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"],
tags = ["manual"],
target_compatible_with = [
"@platforms//cpu:x86_64",
"@platforms//os:linux",
],
)