Skip to content

Commit 1571453

Browse files
authored
chore(import-export): disable debug for ci tests COMPASS-8920 (#7336)
1 parent 84beae9 commit 1571453

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/compass-import-export/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"test-electron": "xvfb-maybe electron-mocha --no-sandbox",
4444
"test-cov": "nyc --compact=false --produce-source-map=false -x \"**/*.spec.*\" --reporter=lcov --reporter=text --reporter=html npm run test",
4545
"test-watch": "npm run test -- --watch",
46-
"test-ci": "npm run test-cov",
47-
"test-ci-electron": "npm run test-electron",
46+
"test-ci": "env DEBUG='' npm run test-cov",
47+
"test-ci-electron": "env DEBUG='' npm run test-electron",
4848
"reformat": "npm run eslint . -- --fix && npm run prettier -- --write ."
4949
},
5050
"dependencies": {

0 commit comments

Comments
 (0)