mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Copy paste LatexMode tests from v1 and switch assertions to chai
This commit is contained in:
parent
6a2410105f
commit
87a0942b3c
1 changed files with 4 additions and 1 deletions
|
@ -11,7 +11,10 @@
|
|||
"expect": true
|
||||
},
|
||||
"rules": {
|
||||
"max-len": "error",
|
||||
"max-len": ["error", {
|
||||
// Ignore long describe/it test blocks
|
||||
"ignorePattern": "^\\s*(it|describe)\\s*\\(['\"]"
|
||||
}],
|
||||
|
||||
// Add some chai specific rules
|
||||
"chai-expect/missing-assertion": "error",
|
||||
|
|
Loading…
Reference in a new issue