Skip to content

Commit

Permalink
chore: Remove test files
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Holzer committed Sep 17, 2020
1 parent 3e08e6e commit ca55a52
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 34 deletions.
17 changes: 0 additions & 17 deletions BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
package(default_visibility = ["//:__subpackages__"])

load("@build_bazel_rules_nodejs//:index.bzl", "nodejs_binary", "nodejs_test", "npm_package_bin")


# Allow any ts_library rules in this workspace to reference the config
exports_files(
[
Expand All @@ -15,17 +12,3 @@ exports_files(
],
visibility = ["//visibility:public"],
)

nodejs_binary(
name = "run",
entry_point = "test.js",
data = ["test.js", ".stylelintrc"],
templated_args = ["--nobazel_patch_module_resolver", "--config $(rootpath :.stylelintrc)"],
)

nodejs_test(
name = "test",
entry_point = "test.js",
data = ["test.js", ".stylelintrc"],
templated_args = ["--nobazel_patch_module_resolver", "--config $(rootpath :.stylelintrc)"],
)
17 changes: 0 additions & 17 deletions test.js

This file was deleted.

0 comments on commit ca55a52

Please sign in to comment.