Skip to content

Commit

Permalink
chore: minor test and doc fix (#2613)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Mar 27, 2023
1 parent 11849fc commit 0a60600
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CONTRIBUTE.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@ If anything shows up, then the port is still locked.

Improvements to existing word lists and new word lists are welcome.

All dictionaries are being migrated to [cspell-dicts](https://github.com/Jason3S/cspell-dicts).
Some dictionaries are still located at [cspell](https://github.com/Jason3S/cspell)/[dictionaries](https://github.com/streetsidesoftware/cspell/tree/master/packages/cspell-lib/dictionaries).
All dictionaries have been migrated to [cspell-dicts](https://github.com/streetsidesoftware/cspell-dicts).

### Format for Dictionary Word lists

Expand Down
2 changes: 1 addition & 1 deletion packages/_server/src/config/documentSettings.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ describe('Validate DocumentSettings', () => {
.map(({ glob, settings }) => ({ glob, source: settings.source }))
.map(({ glob, source }) => ({ glob, settings: { source: { name: source?.name, filename: source?.filename } } }));

console.log('%o', rSimplified);
// console.log('%o', rSimplified);
expect(rSimplified).toEqual(expected);
});

Expand Down

0 comments on commit 0a60600

Please sign in to comment.