Skip to content

Commit

Permalink
chore: revert test tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Caele committed Dec 12, 2022
1 parent 5437825 commit f9d21e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Expand Up @@ -9,7 +9,6 @@ aliases:
name: Save yarn cache
paths:
- ~/.cache/yarn
- ~/.cache/puppeteer
- ./node_modules
- ./apis/locale/node_modules
- ./apis/stardust/node_modules
Expand Down
3 changes: 1 addition & 2 deletions scripts/run-rendering-tests.js
@@ -1,5 +1,4 @@
const { execSync } = require('child_process');

const cmd =
'mocha test/rendering/**/*.spec.js --bail false --timeout 30000 --chrome.browserWSEndpoint "ws://localhost:3000" --no-launch';
const cmd = 'mocha test/rendering/**/*.spec.js --bail false --timeout 30000';
execSync(cmd, { stdio: 'inherit' });

0 comments on commit f9d21e9

Please sign in to comment.