ensure that luxon based tests are not os locale dependent

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2024-01-02 19:54:39 +01:00
parent c139a147e8
commit 6c1ddfd683
4 changed files with 31 additions and 0 deletions
+4
View File
@@ -13,4 +13,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import '@testing-library/jest-dom';
import { Settings } from 'luxon';
Settings.defaultLocale = 'en';