Skip to content

Commit

Permalink
Import TestMetrics from swift-metrics-extras (#106)
Browse files Browse the repository at this point in the history
* Import TestMetrics from swift-metrics-extras

* support the year 2021

* rename module
  • Loading branch information
ktoso committed Mar 18, 2022
1 parent e00284b commit eadb828
Show file tree
Hide file tree
Showing 3 changed files with 433 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Package.swift
Expand Up @@ -30,6 +30,10 @@ let package = Package(
name: "Metrics",
dependencies: ["CoreMetrics"]
),
.target(
name: "MetricsTestKit",
dependencies: ["Metrics"]
),
.testTarget(
name: "MetricsTests",
dependencies: ["Metrics"]
Expand Down

0 comments on commit eadb828

Please sign in to comment.