kwicherbelliaken / bad-reviews-make-good-movies

0 stars 0 forks source link

[TEST]: add a set up test file to properly stub out the environment #86

Closed slackermorris closed 6 months ago

slackermorris commented 7 months ago

This sort of thing should be managed in the set up test file.

vi.stubEnv("BRMGM_TABLE_NAME", "unified-test-table");
slackermorris commented 6 months ago

Or does it? Maybe it is fine to declare this in the scope of each test? Because otherwise when I come to write component tests it is going to have a hard time?