property TestDeclaration.kind

Whether this is a test(...) or a module(...) call.

Type

"test" | "module"

Usage

import { type TestDeclaration } from "lib/selection/parse-test-declarations.ts";