Skip to content

Commit

Permalink
Run terminal in render tests with CI=false
Browse files Browse the repository at this point in the history
  • Loading branch information
matteodepalo committed Jul 17, 2023
1 parent da5b493 commit 178a873
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/render.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ const term = (
const env = {
...process.env,
// eslint-disable-next-line @typescript-eslint/naming-convention
NODE_NO_WARNINGS: '1'
NODE_NO_WARNINGS: '1',
// eslint-disable-next-line @typescript-eslint/naming-convention
CI: 'false'
};

const ps = spawn(
Expand Down

0 comments on commit 178a873

Please sign in to comment.