mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 12:30:44 +00:00
test: update browser changed-run expectation
This commit is contained in:
@@ -815,10 +815,10 @@ describe("test-projects args", () => {
|
||||
]);
|
||||
});
|
||||
|
||||
it("routes browser extension targets to the extensions config", () => {
|
||||
it("routes browser extension targets to the browser config", () => {
|
||||
expect(buildVitestRunPlans(["extensions/browser/index.test.ts"])).toEqual([
|
||||
{
|
||||
config: "test/vitest/vitest.extensions.config.ts",
|
||||
config: "test/vitest/vitest.extension-browser.config.ts",
|
||||
forwardedArgs: [],
|
||||
includePatterns: ["extensions/browser/index.test.ts"],
|
||||
watchMode: false,
|
||||
|
||||
Reference in New Issue
Block a user