Remove istanbul (#15123)

GitOrigin-RevId: 08526efd53a4b0f115727b1215bd46e40ceb2b4e
This commit is contained in:
Alf Eaton
2023-10-05 11:34:13 +01:00
committed by Copybot
parent 36e5404d43
commit e5d4f3287f
3 changed files with 1 additions and 372 deletions

View File

@@ -9,15 +9,13 @@
"format:fix": "prettier --write $PWD/'**/*.js'",
"lint": "eslint --max-warnings 0 --format unix lib test && tsc",
"lint:fix": "eslint --fix lib test",
"test:ci": "npm run test",
"coverage": "istanbul cover _mocha"
"test:ci": "npm run test"
},
"author": "team@overleaf.com",
"license": "Proprietary",
"private": true,
"devDependencies": {
"chai": "^3.3.0",
"istanbul": "^0.4.5",
"mocha": "^10.2.0",
"typescript": "^5.0.4"
},