Skip to content

Commit

Permalink
Remove auto-generated test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandr Nevyantsev committed Oct 22, 2021
1 parent d09a94a commit 4baeead
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
8 changes: 1 addition & 7 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,12 @@ let package = Package(
.iOS(.v10)
],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(
name: "LightweightCharts",
targets: ["LightweightCharts"]),
],
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
],
dependencies: [],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
// Targets can depend on other targets in this package, and on products in packages this package depends on.
.target(
name: "LightweightCharts",
dependencies: [],
Expand Down
11 changes: 0 additions & 11 deletions Tests/LightweightChartsTests/LightweightChartsTests.swift

This file was deleted.

0 comments on commit 4baeead

Please sign in to comment.