mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-04 14:41:10 +00:00
This reverts commit 4172c3f0bd.
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
load("@aspect_rules_js//js:defs.bzl", "js_test")
|
||||
load("//:typescript.bzl", "flatbuffer_ts_library")
|
||||
|
||||
flatbuffer_ts_library(
|
||||
@@ -13,14 +12,3 @@ flatbuffer_ts_library(
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [":typescript_transitive_ts_fbs"],
|
||||
)
|
||||
|
||||
js_test(
|
||||
name = "import_test",
|
||||
chdir = package_name(),
|
||||
data = [
|
||||
"package.json",
|
||||
":include_ts_fbs",
|
||||
"//:node_modules/flatbuffers",
|
||||
],
|
||||
entry_point = "import_test.js",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user