mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Add MOCHA_GREP for testing
This commit is contained in:
parent
40a08bebdb
commit
14bac39222
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
"license": "AGPL-3.0-only",
|
||||
"version": "2.1.1",
|
||||
"scripts": {
|
||||
"test": "mocha test/**/*.js",
|
||||
"test": "mocha --grep=$MOCHA_GREP test/**/*.js",
|
||||
"format": "prettier-eslint $PWD'**/*.js' --list-different",
|
||||
"format:fix": "prettier-eslint $PWD'**/*.js' --write",
|
||||
"lint": "eslint -f unix ."
|
||||
|
|
Loading…
Reference in a new issue