Reference a glob pattern — verified at compile time to match at least one path, so glob("src/*.test.ts") proves tests actually exist where the instructions claim (the pattern supports the usual * / ** syntax). Compiles to the inline form `pattern`.
glob("src/*.test.ts")
*
**
`pattern`
Reference a glob pattern — verified at compile time to match at least one path, so
glob("src/*.test.ts")proves tests actually exist where the instructions claim (the pattern supports the usual*/**syntax). Compiles to the inline form`pattern`.