Skip to content

Commit

Permalink
Revert "chore: print long diffs"
Browse files Browse the repository at this point in the history
This reverts commit 4531cf0.
  • Loading branch information
slowbackspace committed Jun 9, 2023
1 parent c2e152d commit 919040a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions vitest.config.integration.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
// eslint-disable-next-line import/extensions
import { defineConfig } from 'vitest/config';
import { chai } from 'vitest';

// Allows to print long diffs
chai.config.truncateThreshold = 100_000;

if (!['mainnet', 'preprod', 'preview'].includes(process.env.NETWORK as string)) {
throw 'Error NETWORK env variable can be only `mainnet, preview, preprod`';
Expand Down

0 comments on commit 919040a

Please sign in to comment.