Skip to content

Commit 2a2a59e

Browse files
committed
chore: add cSpell json file
1 parent b072162 commit 2a2a59e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

cSpell.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"dictionaries": ["typescript"],
3+
"ignorePaths": [".github", ".vscode", "CHANGELOG.md", "dist", "node_modules", "pnpm-lock.yaml"],
4+
"words": ["chouchouji", "configurajs", "Unalias", "platano"]
5+
}

tests/utils.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ alias gpl='git pull'`),
203203
expect(
204204
filterAliases(`
205205
alias c='clear'
206-
alpull'`),
206+
test'`),
207207
).toStrictEqual([
208208
{
209209
aliasName: 'c',

0 commit comments

Comments
 (0)