Skip to content

Commit db6588b

Browse files
committed
test: support native WP-CLI stress runner
1 parent 3303c10 commit db6588b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/wp-cli-temporary-script.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import assert from "node:assert/strict"
2-
import { runWithTemporaryWpCliScript, shellArgv } from "../packages/runtime-playground/src/wp-cli-command-handlers.js"
2+
import { runWithTemporaryWpCliScript, shellArgv } from "../packages/runtime-playground/dist/wp-cli-command-handlers.js"
33

44
class MemoryFilesystem {
55
readonly files = new Map<string, string>()

0 commit comments

Comments
 (0)