Skip to content

Commit 924fdf6

Browse files
authored
Revert "chore(tests) fixate time format (#8691)"
This reverts commit a74c1b2.
1 parent 4d604e4 commit 924fdf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"start:cypress": "lerna run cypress:open",
9191
"start:demo-app": "lerna run start:demo-app --stream",
9292
"start:demo-app:hot": "lerna run start:demo-app:hot --stream",
93-
"test": "TZ=EST LC_ALL=en_US.UTF8 jest packages",
93+
"test": "TZ=EST jest packages",
9494
"test:a11y": "lerna run test:a11y --stream",
9595
"test:integration": "yarn workspace @patternfly/react-integration test:integration",
9696
"uninstall": "find . -name node_modules -type d | xargs rm -rf",

0 commit comments

Comments
 (0)