Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 1f7f106

Browse files
committed
Explicitly disable tree-sitter for textmate grammar specs
1 parent 9ec6656 commit 1f7f106

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

spec/shell-session-spec.coffee

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ describe "Shell session grammar", ->
22
grammar = null
33

44
beforeEach ->
5+
atom.config.set('core.useTreeSitterParsers', false)
6+
57
waitsForPromise ->
68
atom.packages.activatePackage("language-shellscript")
79

spec/shell-unix-bash-spec.coffee

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ describe "Shell script grammar", ->
1010
grammar = null
1111

1212
beforeEach ->
13+
atom.config.set('core.useTreeSitterParsers', false)
14+
1315
waitsForPromise ->
1416
atom.packages.activatePackage("language-shellscript")
1517

0 commit comments

Comments
 (0)