We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f1db84 commit 57dc726Copy full SHA for 57dc726
packages/mono-pub/src/utils/path.spec.ts
@@ -3,7 +3,7 @@ import { getAllPackages } from './path'
3
4
const cwd = path.join(__dirname, '../../../..', 'test-examples', 'filtering')
5
6
-function expectContainingPackages(packages: Array<string>, scope?: string): void {
+function expectContainingPackages(packages: Array<string>, scope?: string) {
7
return expect.arrayContaining(
8
packages.map((pkg) => ({
9
name: scope ? `@${scope}/${pkg}` : pkg,
0 commit comments