Skip to content

Commit 8930a42

Browse files
committed
Do not fetch remote dictionary for tests
1 parent 9dab079 commit 8930a42

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/cspell-eslint-plugin/src/test/import.test.mts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ ruleTester.run('cspell', Rule.rules.spellchecker, {
2929
import: ['@internal/fixture-test-dictionary'],
3030
},
3131
}),
32-
readFix('import-support/sample.ts', {
33-
configFile: 'https://cdn.jsdelivr.net/npm/@isentinel/[email protected]/cspell-ext.json',
34-
cspell: {},
35-
}),
3632
readFix('import-support/sample.ts', {
3733
configFile: '@internal/fixture-test-dictionary',
3834
cspell: {

0 commit comments

Comments
 (0)