Commit b8f2aad
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 f9ad230 commit b8f2aad
2 files changed
Lines changed: 1 addition & 1 deletion
File tree
- handwritten/bigtable
- test-common
- test/metrics-collector
Lines changed: 1 addition & 1 deletion
| 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