This commit is contained in:
AsafMah 2022-03-13 10:25:22 +02:00 коммит произвёл GitHub
Родитель e96fc35743
Коммит e66b7d97da
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -23,7 +23,7 @@
"example": "npm run build && node example.js",
"lint": "npx eslint -c .eslintrc.js --ext .ts .",
"test": "npm run build && mocha --parallel --recursive test/*.js",
"e2e": "npm run build && mocha --parallel test/e2eTests/e2eTest.ts",
"e2e": "npm run build && mocha --parallel --timeout 240000 test/e2eTests/e2eTest.js",
"allTests": "npm run build && mocha --parallel --timeout 240000 --recursive",
"testPipeline": "npm run build && nyc --reporter lcovonly mocha --timeout 240000 --recursive --reporter mocha-junit-reporter ",
"format": "npx prettier --write .",