Skip to content

Commit

Permalink
Removing a missed .only
Browse files Browse the repository at this point in the history
  • Loading branch information
lancegliser committed Jun 25, 2024
1 parent 0b0e614 commit 32b775d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ describe("FeaturesAttributesCompact", () => {
expect(featuresField).toBeEnabled();
});

it.only("should open a configuration container, save, and load the next", async () => {
it("should open a configuration container, save, and load the next", async () => {
const featuresDirtyAtom = getFeatureAttributesAreDirtyAtom();
const params: InferFeatureAttributesParams = {
features: featuresAttributes,
Expand Down

0 comments on commit 32b775d

Please sign in to comment.