Merge pull request #19791 from overleaf/jpa-enable-synctex-test

[server-ce] tests: re-enable test for sync to pdf

GitOrigin-RevId: fd111ba1ff846acfe82735b4bc47f68929266254
This commit is contained in:
Jakob Ackermann
2024-08-06 11:31:47 +02:00
committed by Copybot
parent 051089d466
commit eede7fe313
3 changed files with 21 additions and 29 deletions

View File

@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"cypress:run": "cypress run --browser chrome",
"format": "prettier --list-different $PWD/'**/*.{js,mjs,ts,tsx,json}'",
"format:fix": "prettier --write $PWD/'**/*.{js,mjs,ts,tsx,json}'"
},