You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
There are a lot of utilities created for test suits for framework. Over the time many of these been duplicated due to two tests frameworks as Mocha and Jest. We need to go over these utilities and remove the duplicate ones and put rest into a common directory.
Motivation
Everyone writing tests should be aware of utilities available to streamline testing. These utilities should be clear and not duplicated so one can't be confused which function or fixture to use.
Acceptance Criteria
There should be no duplicate function, file, fixture as named a utility for tests.
The text was updated successfully, but these errors were encountered:
Description
There are a lot of utilities created for test suits for framework. Over the time many of these been duplicated due to two tests frameworks as Mocha and Jest. We need to go over these utilities and remove the duplicate ones and put rest into a common directory.
Motivation
Everyone writing tests should be aware of utilities available to streamline testing. These utilities should be clear and not duplicated so one can't be confused which function or fixture to use.
Acceptance Criteria
There should be no duplicate function, file, fixture as named a utility for tests.
The text was updated successfully, but these errors were encountered: