Skip to content

Interface: SeedTemplate

@termwright/test


@termwright/test / SeedTemplate

Defined in: test/src/seed.ts:30

A directory to copy in before the files are written.

readonly from: string

Defined in: test/src/seed.ts:32

Directory to copy from; relative paths resolve against the test’s cwd.


readonly optional into?: string

Defined in: test/src/seed.ts:34

Subdirectory of the test’s directory to copy into. Default: the root.