Skip to content

Commit bf26b9c

Browse files
tylerbutleranthony-murphy-agent
authored andcommitted
test(build-tools): remove eslint-config-fluid from tests (microsoft#25822)
Remove eslint-config-fluid from the test in build-tools. Can be added back once eslint-config-fluid is out of the client release group. Also opportunistically approves some dep postinstalls.
1 parent 8396123 commit bf26b9c

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

build-tools/package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,13 @@
165165
"type-fest",
166166
"typescript"
167167
]
168-
}
168+
},
169+
"onlyBuiltDependencies": [
170+
"@biomejs/biome",
171+
"core-js",
172+
"es5-ext",
173+
"sharp",
174+
"unrs-resolver"
175+
]
169176
}
170177
}

build-tools/packages/build-cli/src/test/filter.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,8 @@ describe("selectAndFilterPackages", () => {
183183
const names = selected.map((p) => p.name);
184184
expect(names).to.be.containingAllOf([
185185
"@fluidframework/build-common",
186-
"@fluidframework/eslint-config-fluid",
186+
// TODO: Re-enable once eslint-config-fluid is no longer in the client release group
187+
// "@fluidframework/eslint-config-fluid",
187188
"@fluid-internal/eslint-plugin-fluid",
188189
"@fluidframework/protocol-definitions",
189190
"@fluid-tools/api-markdown-documenter",

0 commit comments

Comments
 (0)