setup and teardown - hogehoge666/syno_moments_slider GitHub Wiki

beforeEach(() => {
  initializeCityDatabase();
});
afterEach(() => {
  clearCityDatabase();
});