Skip to content

Commit

Permalink
test: move /e2e/ts_library ts_library tests to /packages/typescript/test
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed Aug 2, 2019
1 parent 54ca4f5 commit 589f748
Show file tree
Hide file tree
Showing 52 changed files with 106 additions and 1,122 deletions.
17 changes: 17 additions & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,23 @@ node_repositories(

yarn_install(
name = "npm",
# The @npm//:node_modules_filegroup generated by manual_build_file_contents
# is used in the //packages/typescript/test/reference_types_directive:tsconfig_types
# test. For now we're still supporting node_modules as a filegroup tho this
# may change in the future. The default generated //:node_modules target is a
# node_module_library rule which provides NodeModuleInfo and NodeModuleSources
# but that rule is not yet in the public API and we have not yet dropped support
# for filegroup based node_modules target.
manual_build_file_contents = """
filegroup(
name = "node_modules_filegroup",
srcs = [
"//@types/hammerjs:hammerjs__files",
"//@types/jasmine:jasmine__files",
"//typescript:typescript__files",
],
)
""",
package_json = "//:package.json",
yarn_lock = "//:yarn.lock",
)
Expand Down
1 change: 0 additions & 1 deletion e2e/ts_library/.bazelignore

This file was deleted.

1 change: 0 additions & 1 deletion e2e/ts_library/.bazelrc

This file was deleted.

9 changes: 0 additions & 9 deletions e2e/ts_library/BUILD.bazel

This file was deleted.

48 changes: 0 additions & 48 deletions e2e/ts_library/WORKSPACE

This file was deleted.

36 changes: 0 additions & 36 deletions e2e/ts_library/googmodule/BUILD.bazel

This file was deleted.

17 changes: 0 additions & 17 deletions e2e/ts_library/package.json

This file was deleted.

10 changes: 0 additions & 10 deletions e2e/ts_library/tsconfig.json

This file was deleted.

Loading

0 comments on commit 589f748

Please sign in to comment.