We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53022bd commit 698c3b1Copy full SHA for 698c3b1
internal-tooling/src/-utils.ts
@@ -183,7 +183,7 @@ export async function walkPackages(
183
isPrivate: project.manifest.private ?? false,
184
isTooling: name === '@warp-drive/internal-tooling',
185
isConfig: name === '@warp-drive/config',
186
- isTest: project.dir === 'tests',
+ isTest: project.dir.startsWith(TestDir),
187
pkg,
188
tsconfig,
189
save: async ({ pkgEdited, configEdited }: { pkgEdited: boolean; configEdited: Boolean }) => {
0 commit comments