Merge pull request #22072 from backstage/freben/luxon
ensure that luxon based tests are not os locale dependent
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user