Add wasm-tree-sitter-language-mode-spec.js

Watch these tests fail less and less over the next few days as I add more grammars!
This commit is contained in:
Andrew Dupont 2023-03-20 10:50:36 -07:00
parent 10e3855a6a
commit 62e14f9baa
2 changed files with 2739 additions and 0 deletions

8
spec/.eslintrc.js Normal file
View File

@ -0,0 +1,8 @@
module.exports = {
env: { jasmine: true },
rules: {
"node/no-unpublished-require": "off",
"no-unused-vars": "off",
"no-empty": "off"
}
};

File diff suppressed because it is too large Load Diff