Skip to content

Commit

Permalink
Address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
savetheclocktower committed Jan 11, 2024
1 parent 58f76a8 commit f283a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/spell-check/spec/spell-check-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class SpeledWrong {}`
}

{
atom.config.set('spell-check.excludedScopes', []);
atom.config.set('spell-check.excludedScopes', ['.functio.entity']);
await conditionPromise(() => getMisspellingMarkers().length === 3);
const markers = getMisspellingMarkers();
expect(markers.map((marker) => marker.getBufferRange())).toEqual([
Expand Down

0 comments on commit f283a34

Please sign in to comment.