Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit ff24148

Browse files
committed
fix: test environment runs only with disabled wp cron
1 parent ad6ace4 commit ff24148

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.wp-env.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@
1414
"FS_METHOD": "direct",
1515
"ALTERNATE_WP_CRON" : true
1616
},
17+
"env" : {
18+
"tests" : {
19+
"config" : {
20+
"ALTERNATE_WP_CRON" : false
21+
}
22+
}
23+
},
1724
"themes": [
1825
"https://downloads.wordpress.org/theme/tt1-blocks.zip",
1926
"https://downloads.wordpress.org/theme/twentytwentytwo.zip"

0 commit comments

Comments
 (0)