Skip to content

Commit

Permalink
Remove .only to reenable tests (#2104)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasArvidsson authored Dec 7, 2023
1 parent 43cf0da commit a9cc79f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import {
serializeScopeFixture,
} from "./serializeScopeFixture";

suite.only("Scope test cases", async function () {
suite("Scope test cases", async function () {
endToEndTestSetup(this);

const testPaths = getScopeTestPaths();
Expand Down

0 comments on commit a9cc79f

Please sign in to comment.