8
0
Pārlūkot izejas kodu

Internal: Manual tests don't leak so this flag isn't needed. [skip ci]

Piotrek Koszuliński 8 gadi atpakaļ
vecāks
revīzija
1a7b5ac877
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -70,7 +70,7 @@
     "lint": "eslint --quiet '**/*.js'",
     "precommit": "lint-staged",
     "test": "node --max_old_space_size=4096 ./node_modules/.bin/ckeditor5-dev-tests",
-    "test:manual": "node --max_old_space_size=4096 ./node_modules/.bin/ckeditor5-dev-tests-manual",
+    "test:manual": "node ./node_modules/.bin/ckeditor5-dev-tests-manual",
     "docs": "node ./scripts/docs/build-docs.js",
     "docs:api": "node ./scripts/docs/build-api-docs.js",
     "translations:collect": "ckeditor5-dev-env-translations collect",