Skip to content

Commit c2ea3e8

Browse files
committed
Ignore a circular dep for testing
1 parent ed7bf01 commit c2ea3e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/playground/wordpress/src/test/version-detect.spec.ts

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import {
44
getWordPressModule,
55
} from '@wp-playground/wordpress-builds';
66
import { RecommendedPHPVersion } from '@wp-playground/common';
7+
// eslint-disable-next-line @nx/enforce-module-boundaries -- ignore circular package dep so @php-wasm/node can test with the WP file-not-found callback
78
import { loadNodeRuntime } from '@php-wasm/node';
89
import { bootWordPress } from '../boot';
910
import {

0 commit comments

Comments
 (0)