Skip to content

Commit

Permalink
remote only
Browse files Browse the repository at this point in the history
  • Loading branch information
xirzec authored Dec 31, 2024
1 parent 815b816 commit 36f7141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/tools/rush-runner/test/helpers.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { assert, describe, it } from "vitest";
import { getDirectionMappedPackages, reducedDependencyTestMatrix } from "../helpers.js";

describe("getDirectionMappedPackages", () => {
it.only("should use --to reduced core scope for changed core package", () => {
it("should use --to reduced core scope for changed core package", () => {
const changed = ["@azure/core-client"];
const mapped = getDirectionMappedPackages(changed, ["unit-test"]);

Expand Down

0 comments on commit 36f7141

Please sign in to comment.