Commit c97ebcc
authored
feat: Move the metrics handler fixture (#1570)
Summary: This PR simply moves the metrics handler fixture used for tests from the `test` folder to the `test-common` folder. In the next PR the metrics handler fixture will be used for both tests and system tests and when system tests import a file from the test folder and we run `npm run system-test` it runs both the test and the system test suite and we don't want that so right now we are moving the fixture to the `test-common` folder. Next steps: The diagram below shows how the fixture is going to be used in the next PR in system tests. 1 parent d475ef2 commit c97ebcc
File tree
2 files changed
+1
-1
lines changed- test-common
- test/metrics-collector
2 files changed
+1
-1
lines changedFile renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments