Merge pull request #22072 from backstage/freben/luxon

ensure that luxon based tests are not os locale dependent
This commit is contained in:
Fredrik Adelöw
2024-01-03 12:23:28 +01:00
committed by GitHub
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';