@elench/testkit 0.1.23 → 0.1.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,9 @@
1
1
  import rawHttp from "k6/http";
2
+ import { Rate, Trend } from "k6/metrics";
2
3
  import { check, fail, group, sleep } from "k6";
3
4
 
4
5
  export { check, fail, group, sleep };
6
+ export { Rate, Trend };
5
7
  export const http = rawHttp;
6
8
 
7
9
  export function file(data, filename, contentType) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elench/testkit",
3
- "version": "0.1.23",
3
+ "version": "0.1.24",
4
4
  "description": "CLI for discovering and running local HTTP, DAL, and Playwright test suites",
5
5
  "type": "module",
6
6
  "exports": {